New Resources
dynatrace_devobs_git_onprem
covers configuration for Developer Observability git on-premise servers.
Improvements
- #531 - Configuration for OAuth Credentials has been streamlined across all resources and the export functionality. The environment variables
DT_CLIENT_ID
andDT_CLIENT_SECRET
are now sufficient enough and are getting evaluated by all resources. For resources configuring IAM functionality theDT_ACCOUNT_ID
will be required in addition. All other environment variables (likeDYNATRACE_CLIENT_ID
,DT_IAM_CLIENT_SECRET
, ...) are nevertheless still supported.
Bug Fixes
- #527 - Exporting Cluster related resources fails when configuring an URL with a trailing
/
character for the Cluster URL - #528 - Missing OAuth Credentials (
DT_CLIENT_ID
,DT_CLIENT_SECRET
, ...) are now producing a helpful error message instead ofInvalid OAuth Credentials
- #529 - Data Source
dynatrace_entities
didn't set the attributeentities
if none are matching the specified entity selector - #532 - Exporting
dynatrace_hub_extension_config
just covered the first 20 extensions
Schema Updates
- Resource
dynatrace_app_monitoring
got updated to be compatible with the most recent schema version of Dynatrace
Changelog
- a70e486 Merge branch 'main' of https://github.com/dynatrace-oss/terraform-provider-dynatrace
- 1fcf63f Fixed #532
- 6c07d2f Fixed #531
- e2665a3 Introduced
dynatrace_devobs_git_onprem
resource - 3760832 [Tests] Introduced first version of acceptance tests for
dynatrace_golden_state
- 423dc0f Enabled deletion functionality for resource
dynatrace_golden_state
- 11f0eaa code cleanup
- 8b89498 [Cleanup] Removed the
unknowns
attribute from resourcedynatrace_processgroup_naming
. It serves no purpose anymore, but generates warnings when terraform logging is on debug mode - d2cea3a Introduced a demo resource that can get included during tutorials
- 2fdcdd0 Updated resource with version update only
- 7fd9e32 Updated
dynatrace_app_monitoring
resource - eeef1f2 Fixed #529
- 9fbfa08 Fixed #528
- faaccb7 removed debug output
- 57ad2ba Fixed #527
- 1a21e9b Updated documentation