Improvements
- #544 - Resource
dynatrace_mgmz_permission
produces non-empty plans when the permissionVIEWER
isn't specified explicitly. The documentation now contains information for how to avoid that - #541 - Resource
dynatrace_aws_service
resolves conflicts between built-in and custom services now automatically - Data Source
dynatrace_entities
doesn't error out anymore when the entity selector refers to a non existent management zone by name. Terraform will now print out a warning onto console
Bug Fixes
- #540 - Resource
dynatrace_network_zone
was missing the ability to configure the fallback mode - #542 - Deleting IAM user groups or policies outside of Terraform was leading to errors when running
terraform plan
for these resources - #547 - Deleting Management Zones outside of Terraform was leading to errors when running
terraform plan
for resourcedynatrace_mgmz_permission
- #545 - Resources for
dynatrace_iam_policy_bindings_v2
were getting unnecessarily recreated when list of policies changes
Changelog
- fb5a104 v1.68.1
- d8bdc0a Preliminary documentation templates for OpenPipeline
- 9b13e11 Disabled OpenPipeline resources / data sources. Documentation not final yet
- fe1ce1c Disabled Platform Bucket Integration tests until further notice
- 3cda616 Improvement: Data Source
dynatrace_entities
will print out a warning when the REST API produces an error while querying for entities - 24e3719 feat: Initial OpenPipeline resources (#546)
- ccd8bae Fix: Data Source
dynatrace_entities
doesn't error out anymore when configured with a non existent Management Zone in the Entity Selector - 5fbe2e2 Fixed #547
- 445bb18 Fixed #545
- 52c4a36 Fixed #541
- 98514e6 removed compiler / code style warnings
- de961b3 Fixed #542
- 29abc79 Fixed #544
- 49df5fb Resolved #540