New resources
dynatrace_maintenance_windows: New resource for managing the newer maintenance windows schema, including recurring and one-time maintenance windows.dynatrace_gcp_connection,dynatrace_gcp_principal: New resources for configuring GCP connections via service account impersonation and provisioning the Dynatrace-managed GCP principal required for IAM setup.
New data sources
dynatrace_platform_slo: New data source for looking up an existing platform SLO by name and reading its full configuration.
Deprecated resources
dynatrace_maintenance: Deprecated in favor ofdynatrace_maintenance_windows.
Bug fixes
dynatrace_failure_detection_parameters: Fixed eventual-consistency handling so delete-constraint errors are retried during delete instead of causing unrelated create or update failures.dynatrace_settings_permissions(export): Fixed dependency handling so exported settings permissions correctly reference OpenPipeline pipeline groups.- Ordered Settings 2.0 resource exports: Fixed
insert_afterhandling so exported configurations no longer keep hardcoded IDs when the reference points to another object of the same resource type.
Changelog
- 1198886 doc: Update docs ready for v1.98.0 release
- e08dab0 refactor: remove not used OpenPipeline tf files
- 66d009f fix: resolve pipeline groups downloaded permissions
- 95d235d test: skip deprecated resource
dynatrace_resource_attributes - 6528cfc feat(dynatrace_failure_detection_parameters): updated to v1.0.8
- 4ee61de fix: Actually update resource descriptor in
export.AddInsertAfterWeakIDDependencies(...) - 333827d test: Add tests for
export.AddInsertAfterWeakIDDependencies(...)and associated code - 31e786c refactor: Pass all resources to
export.AddInsertAfterWeakIDDependencies(...) - 1838586 feat: document the GCP connection and principal resources
- 2e650f4 feat: wire the GCP connection and principal resources
- 18f86ae feat: add platform SLO data source
- e20fc26 chore: add utility function to use a resource schema for a data source
- 4bb83fc test: add output validation
- 20abcf2 docs(dynatrace_maintenance_window): point to latest replacement
- 6093e98 feat: deprecate dynatrace_maintenance resource
- 2e4af74 feat: dynatrace_maintenance_windows resource