We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 & Prov: terraform_version = "1.6.6"
terraform_version = "1.6.6"
AFT Version: v1.13.2
v1.13.2
Terraform Version & Provider Versions Please provide the outputs of terraform version and terraform providers from within your AFT environment
terraform version
terraform providers
Terraform v1.7.5 on darwin_arm64 + provider registry.terraform.io/hashicorp/archive v2.7.0 + provider registry.terraform.io/hashicorp/aws v5.81.0 + provider registry.terraform.io/hashicorp/local v2.5.2 + provider registry.terraform.io/hashicorp/random v3.6.3 + provider registry.terraform.io/hashicorp/time v0.12.1
Bug Description We upgraded the AFT module from v1.13.1 to v1.13.2
Our AFT customization pipeline broke, see AWS ticket 173332875500005 for details
Downgrading back to 1.13.1 fixes the issue.
To Reproduce Change from:
module "aft" { source = "aws-ia/control_tower_account_factory/aws" version = "1.13.1" [...] }
to:
module "aft" { source = "aws-ia/control_tower_account_factory/aws" version = "1.13.2" [...] }
Expected behavior AFT module upgrade should not break our AFT customizations.
Related Logs see AWS ticket 173332875500005
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Version & Prov:
terraform_version = "1.6.6"
AFT Version:
v1.13.2
Terraform Version & Provider Versions
Please provide the outputs of
terraform version
andterraform providers
from within your AFT environmentterraform version
Bug Description
We upgraded the AFT module from v1.13.1 to v1.13.2
Our AFT customization pipeline broke, see AWS ticket 173332875500005 for details
Downgrading back to 1.13.1 fixes the issue.
To Reproduce
Change from:
to:
Expected behavior
AFT module upgrade should not break our AFT customizations.
Related Logs
see AWS ticket 173332875500005
The text was updated successfully, but these errors were encountered: