Data Source: aws_auditmanager_framework

Terraform data source for managing an AWS Audit Manager Framework.

Example Usage

Basic Usage

data "aws_auditmanager_framework" "example" {
  name           = "Essential Eight"
  framework_type = "Standard"
}

Argument Reference

The following arguments are required:

Attribute Reference

See the aws_auditmanager_framework resource for details on the returned attributes - they are identical.