Skip to content

[New Resource] DataZone - Associate Environment Role #44413

@AlejandroJL

Description

@AlejandroJL

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

Would you like to implement the enhancement?

Yes

Pull Request

#44411

Metadata

Metadata

Assignees

No one assigned

    Labels

    new-resourceIntroduces a new resource.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