Open lironsi opened 4 months ago
Hi @lironsi,
I encountered the same error while deploying AFT through CodePipeline. Have you found a solution for this issue?
Thanks!
Hey all, the zips are created in the terraform plan
stage so if you are running plan and apply in separate ci/cd stages and running terraform apply {plan-file}
then you also need to be sure to pass the zips from the plan artifacts to the apply stage.
For example, if you are using gitlab pipelines something like the following should work for you:
artifacts:
paths:
- "${CI_PROJECT_DIR}/.terraform/modules/aft/src/aft_lambda/*.zip"
expire_in: 1 day
Hello, I'm trying to deploy AFT in my organization and get the following error -
the module source I set is "github.com/aws-ia/terraform-aws-control_tower_account_factory"
Please advise, this is a real blocker.. Thanks Liron