Open jo-koe opened 1 week ago
We got the same issue here.
Had to comment the function to make a quick&dirty workaround.
#request_id, target_account_id = (
# feature_options.get_target_account_and_customization_id_from_event(event=event)
#)
Looks like the aft-common-1-13-2
package does not include those 2 new function.
Terraform Version & Prov:
AFT Version: 1.13.2
Terraform Version & Provider Versions N/A
terraform version
N/Aterraform providers
N/ABug Description We see below error if an existing Account Request JSON is updated:
To Reproduce Update an existing account request JSON file and merge/push into main which triggers the Step Function.
Expected behavior No error message is thrown.
Related Logs See below.
Additional context
It seems this function was introduced in the last AFT version: https://github.com/aws-ia/terraform-aws-control_tower_account_factory/commit/cd751f4f455e7220cf8e20d07ef4397f7187750f#diff-181cd51b57200d31062c6f0aa61f3410cfee32f29248c3e1211401c344158b05R27