Open adamburns7933 opened 5 years ago
One thing I’ve run across already is that updating for the new 0.12.x syntax will be breaking changes to 0.11.x users. Let’s make sure to be good semver citizens and roll a major.
@bkono definitely - I've been doing major releases for my other tf 0.12 updates for exactly that reason. In this case, since it's a 0.
project, probably we should just bump the minor version. That's what upstream terraform does and technically it still fits within semver since 0.
is for 'unstable' apps.
When running
terraform init
with terraform 0.12.3, I get this error:It works fine in 0.11.13. Looks like this needs some updates for 0.12 support.