Terraform data source for managing an AWS Audit Manager Framework.
data "aws_auditmanager_framework" "example" {
name = "Essential Eight"
framework_type = "Standard"
}
The following arguments are required:
name
- (Required) Name of the framework.type
- (Required) Type of framework. Valid values are Custom
and Standard
.See the aws_auditmanager_framework
resource for details on the returned attributes - they are identical.