Data Source: aws_datazone_environment_blueprint

Terraform data source for managing an AWS DataZone Environment Blueprint.

Example Usage

Basic Usage

resource "aws_datazone_domain" "example" {
  name                  = "example_domain"
  domain_execution_role = aws_iam_role.domain_execution_role.arn
}

data "aws_datazone_environment_blueprint" "example" {
  domain_id = aws_datazone_domain.example.id
  name      = "DefaultDataLake"
  managed   = true
}

Argument Reference

The following arguments are required:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: