Skip to content

Add the "global_parameters" argument to aws_datazone_environment_blueprint_configuration #44836

@lsanchez-v

Description

@lsanchez-v

Description

The aws_datazone_environment_blueprint_configuration resource doesn't support the global_parameters argument (included in the API), which is needed for SageMaker Unified Studio blueprints like QuickSight, whose "QuickSight VPC manager role" can only be created through this missing argument.

Affected Resource(s) or Data Source(s)

  • aws_datazone_environment_blueprint_configuration

Potential Terraform Configuration

resource "aws_datazone_environment_blueprint_configuration" "example" {
  domain_id                = aws_datazone_domain.example.id
  environment_blueprint_id = data.aws_datazone_environment_blueprint.default_data_lake.id
  enabled_regions          = ["us-east-1"]

  regional_parameters = {
    us-east-1 = {
      S3Location = "s3://my-amazon-datazone-bucket"
    }
  }

  global_parameters = {
    quickSightVPCConnectionRoleArn="arn:aws:iam::0123456789:role/role_name"
  }
}

References

No response

Would you like to implement the enhancement?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/datazoneIssues and PRs that pertain to the datazone service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions