Manages an AWS Config Aggregate Authorization
resource "aws_config_aggregate_authorization" "example" {
account_id = "123456789012"
region = "eu-west-2"
}
The following arguments are supported:
account_id - (Required) Account ID region - (Required) Region In addition to all arguments above, the following attributes are exported:
arn - The ARN of the authorization Config aggregate authorizations can be imported using account_id:region, e.g.
$ terraform import aws_config_authorization.example 123456789012:us-east-1
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/config_aggregate_authorization.html