feat(datazone): support global_parameters in aws_datazone_environment_blueprint_configuration #44857
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add aws_datazone_environment_blueprint_configuration Resource
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
No changes to security controls (access controls, encryption, logging) are introduced in this PR.
All operations comply with the AWS DataZone API’s standard authorization model.
Description
This pull request introduces a new Terraform resource:
aws_datazone_environment_blueprint_configurationThis resource allows users to manage DataZone environment blueprint configurations within a specified domain.
It supports attributes such as:
domain_id— The ID of the DataZone domain.environment_blueprint_id— The ID of the environment blueprint to configure.enabled_regions— The list of AWS regions where this configuration is active.global_parameters— A map of key-value pairs for configuring blueprint-specific parameters.This addition improves the Terraform AWS Provider’s support for AWS DataZone by enabling blueprint-level automation and configuration management.
Relations
Closes #44836
References
Output from Acceptance Testing