Andriy Knysh
Andriy Knysh
@Xerkus I suppose you are talking about IAM roles for different slices of TF state. As @nitrocode mentioned, this module creates an S3 bucket and a Dynamo table, which can...
/test terratest
@sergiomcalzada currently we don't have plans to switch to a new TF plugin framework for the provider - we have not tested it, it's relatively new, and will need time...
@Benbentwo is this PR still valid? We have Redshift in https://github.com/cloudposse/terraform-aws-components/tree/master/modules/redshift already
this module works both cross-region and cross-account https://github.com/cloudposse/terraform-aws-vpc-peering-multi-account You can use it in the same account, but cross-region as well
the accepter and requester both use separate AWS providers, e.g. https://github.com/cloudposse/terraform-aws-vpc-peering-multi-account/blob/master/accepter.tf ```hcl provider "aws" { alias = "accepter" region = var.accepter_region profile = var.accepter_aws_profile skip_metadata_api_check = var.skip_metadata_api_check dynamic "assume_role" {...
@johncblandii please fix this https://github.com/cloudposse/terraform-aws-components/actions/runs/4556137051/jobs/8036106311?pr=602 ``` Cloud Posse requires all providers to be pinned with ">=" constraints and only ">=" constraints Please fix these constraints: - aws: ~> 4.0 ```