-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Open
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/datazoneIssues and PRs that pertain to the datazone service.Issues and PRs that pertain to the datazone service.
Description
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
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/datazoneIssues and PRs that pertain to the datazone service.Issues and PRs that pertain to the datazone service.