-
Notifications
You must be signed in to change notification settings - Fork 461
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
role_arn breaking changes #515
Comments
This issue specifically affects Terraform versions 1.10 and higher when used with AFT. To prevent the ct-aft-account-request pipeline from breaking, update the To implement the solution replace the existing configuration with the following:
The files
|
Terraform v1.5.2 @micbegin Thank you for the suggestion, We already updated However,
Code Pipeline is throwing error as usage of argument is not consistent with
|
The error you shared shows the file |
backend.jinja file in
After adding We only made this change in |
A version mismatch between Terraform installations likely causes your issue. You reported using Terraform v1.5.2 in #515 (comment). This version may differ from the one used during the validate phase. |
Thanks for checking on this. will look into the version part. |
role_arn in the s3 backend configuration is causing failed runs with Terraform Validate & Plan
Error: Unsupported argument
on backend.tf line 13, in terraform:
13: role_arn = "arn:aws:iam::***:role/AFTrole"
An argument named "role_arn" is not expected here.
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered: