Vitor Rosa

Results 19 comments of Vitor Rosa

@fjromerom did your account get renamed in Control Tower and AWS Service Catalog? From this issue seems to not be possible https://github.com/aws-ia/terraform-aws-control_tower_account_factory/issues/129

@kyrylo-hulak this request is not only useful for the `account-request` flow, it is also essential for the customization pipelines. @snebhu3 Should I create a different issue to address the approval...

@MichaelYak as a **dirty workaround** you can modify the buildspecs to add a _long enough_ sleep between tf plan and tf apply. Customizations pipeline triggers are manually by design so...

> Without the process, we blindly accept all changes coming from a git repo without approval! This is partially true. I'll try to explain my PoV. - The customization pipeline...

@jacobm3, can you try this setup? I've make it to work with a similiar approach. ```hcl module "tgw" { source = "terraform-aws-modules/transit-gateway/aws" version = "~> 2.0" name = "${local.name}-tgw" share_tgw...

> this request is not only useful for the account-request flow, it is also essential for the customization pipelines. > @v-rosa thank you for reaching out. I have recorded your...

Still a problem as of now. Commenting here to remove the stale flag.

@rafaela-soares When creating TF modules, did the team considered the use case when tags are propagated via provider? e.g. ```hcl provider "aws" { region = "us-east-1" default_tags { tags =...

Welcome to the long waiting list :) You may try to implement on your own, the author of [this issue](https://github.com/aws-ia/terraform-aws-control_tower_account_factory/issues/302) shared his approach to the problem.