aws_config_aggregate_authorization
Manages an AWS Config Aggregate Authorization
Example Usage
resource "aws_config_aggregate_authorization" "example" { account_id = "123456789012" region = "eu-west-2" }
Argument Reference
The following arguments are supported:
-
account_id
- (Required) Account ID -
region
- (Required) Region
Attributes Reference
In addition to all arguments above, the following attributes are exported:
-
arn
- The ARN of the authorization
Import
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