-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Open
Labels
new-resourceIntroduces a new resource.Introduces a new resource.service/datazoneIssues and PRs that pertain to the datazone service.Issues and PRs that pertain to the datazone service.
Description
What new functionality are you requesting?
aws_datazone_associate_environment_role
Description
Allows you to associate a role with an environment with a CustomAwsService type of Blueprint
Potential Terraform Configuration
resource "aws_datazone_associate_environment_role" "sample" {
domain_identifier = aws_datazone_domain.sample.id
environment_identifier = aws_datazone_environment.sample.id
environment_role_arn = aws_iam_role.sample.arn
}
References
- https://docs.aws.amazon.com/sdk-for-go/api/service/datazone/#DataZone.AssociateEnvironmentRole
- https://docs.aws.amazon.com/datazone/latest/APIReference/API_DisassociateEnvironmentRole.html
- https://docs.aws.amazon.com/datazone/latest/APIReference/API_CreateEnvironment.html#API_CreateEnvironment_RequestSyntax
Would you like to implement the enhancement?
Yes
Pull Request
enpinzolas and outravacanomillo
Metadata
Metadata
Assignees
Labels
new-resourceIntroduces a new resource.Introduces a new resource.service/datazoneIssues and PRs that pertain to the datazone service.Issues and PRs that pertain to the datazone service.