-
Notifications
You must be signed in to change notification settings - Fork 13
Terraform version update to 1.5.5 #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform version update to 1.5.5 #22
Conversation
Signed-off-by: davma-io <[email protected]>
0054bdb
to
4a5e054
Compare
We need a more updated version of terraform to use some modules. Can you be more specific? This PR looks good to me. But more information would be better. |
Yes, you are right. Here is the detailed explanation. For some demonstrations we have configured a new provisioning using OAM's ComponentDefinition from the official AWS module for VPC: https://github.com/aws-ia/terraform-aws-vpc Here is our ComponentDefinition:
This is the OAM application for deploying and provisioning on AWS:
Performing all this with the terraform controller, using this default image, we encounter the following error in the terraform-init container of the pod deployed by the OAM application:
We have an error of interpretation of the following code of variables.tf of the official module:
We only got the terraform-init result correct by updating the terraform version in the image to meet the minimum requirements. Results of terraform-init with docker-terraform image upgraded to the version proposed in the PR
If you consider it necessary to check the image, we place it here provisionally for testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davma-io Thanks for the information. LGTM
Upgrade to terraform version 1.5.5 to meet the minimum requirements of the latest provider releases