I'm managing a fair amount of projects that make use of a single mono-repo of terraform modules. We're looking into how to make some blanket changes to all module usages and keep that at the latest versions. tfupdate seems perfect for this, but we don't prefix tags with 'v' hence tfupdate doesn't correctly pick up these source attributes to modify with the --version value.
I'm just wondering, was there any specific logic behind why the ?ref=v couldn't just be ?ref= instead? I didn't want to go winging in a pull request or anything for this small change if there may have been a good reason for this setting.
I'm managing a fair amount of projects that make use of a single mono-repo of terraform modules. We're looking into how to make some blanket changes to all module usages and keep that at the latest versions.
tfupdateseems perfect for this, but we don't prefix tags with 'v' hence tfupdate doesn't correctly pick up these source attributes to modify with the--versionvalue.I'm just wondering, was there any specific logic behind why the
?ref=vcouldn't just be?ref=instead? I didn't want to go winging in a pull request or anything for this small change if there may have been a good reason for this setting.