Dimitar
Dimitar
#232 for reference
I'm currently deleting recovery points older than 10 days using the below script: ``` aws backup list-recovery-points-by-backup-vault --backup-vault-name aft-controltower-backup-vault --by-resource-type "DynamoDB" --by-created-before $(date -d "-10 days" +%Y-%m-%d) | jq -r...
In my opinion this should be handled with tags - ref. #253 Appending the account name to the workspace would create clutter If #253 is implemented, we can add a...
Hi @snebhu3, thanks for your reply. I am executing this from Terraform Cloud so I don't really have an option to execute `terraform init -upgrade`. My state is also stored...
Hi @snebhu3, after forking the official repository and doing some testing I have confirmed the above RC and pinpointed the issue to the following files: - [modules/aft-iam-roles/data.tf](https://github.com/aws-ia/terraform-aws-control_tower_account_factory/blob/main/modules/aft-iam-roles/data.tf#L8) - [data.tf](https://github.com/aws-ia/terraform-aws-control_tower_account_factory/blob/main/data.tf#L8) In...
Hi @snebhu3, thank you for responding. I can confirm the issue is not reproducible when running with Terraform OSS. Have you attempted to reproduce with Terraform Cloud? It is a...
Hi @snebhu3, thanks for following up. Could you please confirm the AFT version your Terraform Cloud is using is **1.5.2** or above? I have successfully managed to update my AFT...
Hi @snebhu3, thanks for confirming! Could you check if there are any environment variables defined for your TF Cloud workspace? I managed to get a successful plan for **1.5.2** an...