Closed naiduarvind closed 4 years ago
@josh-padnick @robmorgan - let's have this reviewed quickly and merged since it is quite simple a one-liner change.
@josh-padnick @robmorgan what is status on reviewing this pull request?
The nomad module has the same issue. PR outstanding and un-merged / unloved.
Any reason/blocker this hasn't been merged yet? Seems like a simple enough change that doesn't appear to break anything else.
Closing this PR in favor of https://github.com/hashicorp/terraform-google-consul/pull/55. We are going to take advantage of TF 0.12 and no longer use the template_file
workaround.
Signed-off-by: naiduarvind arvind.naidu@mindvalley.com
Without the version attribute present,
terraform plan
was not working as expected when deploying Vault referencing this module for Consul. Having this attribute for Vault fixed it hence creating this PR to ensure consistency for Consul - being the dependency module.