terraform-provider-awscc
terraform-provider-awscc copied to clipboard
Request for allowed_account_ids option in provider
Description
https://registry.terraform.io/providers/hashicorp/aws/latest/docs#allowed_account_ids
List of allowed AWS account IDs to prevent you from mistakenly using an incorrect one (and potentially end up destroying a live environment)
New or Affected Resource(s)
- awscc_1.0.0
Potential Terraform Configuration
provider "awscc" {
region = "${local.aws_region}"
allowed_account_ids = [${local.aws_account_id}]
}
References
https://registry.terraform.io/providers/hashicorp/aws/latest/docs#allowed_account_ids