Skip to content
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

AFT module v1.13.2 breaks #516

Open
mikkoc opened this issue Dec 20, 2024 · 0 comments
Open

AFT module v1.13.2 breaks #516

mikkoc opened this issue Dec 20, 2024 · 0 comments
Labels
bug Something isn't working pending investigation Issue needs further investigation

Comments

@mikkoc
Copy link

mikkoc commented Dec 20, 2024

Terraform Version & Prov:
terraform_version = "1.6.6"

AFT Version:
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 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

@mikkoc mikkoc added bug Something isn't working pending investigation Issue needs further investigation labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pending investigation Issue needs further investigation
Projects
None yet
Development

No branches or pull requests

1 participant