terraform-provider-awscc icon indicating copy to clipboard operation
terraform-provider-awscc copied to clipboard

Request for allowed_account_ids option in provider

Open nsb413 opened this issue 8 months ago • 0 comments

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

nsb413 avatar Jun 06 '24 15:06 nsb413