Releases: dynatrace-oss/terraform-provider-dynatrace
v1.88.0
Breaking change
The OAuth functionality has been removed for the following resources, which previously relied on the environment-api:* scopes. For these resources, an API token must be provided:
dynatrace_host_monitoring_modedynatrace_slodynatrace_slo_v2dynatrace_custom_tagsdynatrace_browser_monitordynatrace_http_monitor_scriptdynatrace_http_monitordynatrace_ag_tokendynatrace_api_tokendynatrace_credentialsdynatrace_custom_devicedynatrace_key_requestsdynatrace_hub_extension_active_versiondynatrace_hub_extension_configdynatrace_network_zonedynatrace_network_monitor
and the following data sources:
dynatrace_lambda_agent_versiondynatrace_synthetic_nodesdynatrace_entitiesdynatrace_entity
Changelog
- d13a690 chore: limit most classic-environment calls to apiToken only
v1.87.3
v1.87.2
Updates to Existing Resources
openpipeline_v2_*resources have been updated to schema version 1.21- Updated
builtin:synthetic.browser.performance-thresholdsresource - Updated
dynatrace_log_timestampresource - Updated
dynatrace_davis_copilotresource - Updated
dynatrace_mobile_app_enablementresource - Updated
dynatrace_web_app_custom_prop_restrictionsresource - Updated
dynatrace_log_eventsresource - Updated
dynatrace_metric_eventsresource
Bug Fixes
- All environment variables are now forwarded when executing
terraformduring export. This allows-import-stateto work properly with OAuth credentials and platform tokens. - When exporting, no other flags are allowed to be set together with
-list-exclusions, making it clearer that no export is actually performed. - For
dynatrace_davis_anomaly_detectors,dynatrace_generic_setting,dynatrace_site_reliability_guardian, anddynatrace_automation_workflow_slack, no OAuth client is created if OAuth credentials have not been specified - The preconditions for the
dynatrace_web_app_auto_injectionresource have been corrected
Changelog
- 4f9587c doc: Update documentation ready for release
- 1dc2004 fix: Forward all environment variables when executing terraform during export
- 5286741 chore(openpipeline-v2): mark the source_type as optional with a default value
- 6182564 chore: git ignore terraform state files
- c4208d7 chore(openpipeline-v2): update examples
- 3448014 chore(openpipeline-v2): update resources to schema version 1.21
- 9ff57a8 fix(export): No other flags are allowed to be set together with -list-exclusions
- 7e2baef fix(export): No other flags are allowed to be set together with -list-exclusions
- 95a0c90 fix: OAuth-based clients log HTTP as
platform, classic asclassic - 18aafa8 feat: Improve error handling in
CreateClassicClient() - dd27c00 fix:
CreateClassicOAuthBasedClient()returnsnilif client ID or secret are not set - ac75946 fix(web-app-auto-injection): Wrong preconditions fixed
- a3c8356 Updated
builtin:synthetic.browser.performance-thresholdsresource - 0674516 Updated
dynatrace_log_timestampresource - ed68510 Updated
dynatrace_davis_copilotresource - 6ea2bdd Updated
dynatrace_mobile_app_enablementresource - ec55cf6 Updated
dynatrace_web_app_custom_prop_restrictionsresource - d30c569 Updated
dynatrace_log_eventsresource - 97e854c Updated
dynatrace_metric_eventsresource - 0ff019b Updated resources with version update only
- 0c2707f Updated resources with doc updates only
v1.87.1
Bug Fixes
- Improved error handling in
dynatrace_davis_anomaly_detectors,dynatrace_generic_setting,dynatrace_site_reliability_guardian, anddynatrace_automation_workflow_slackresources
Changelog
- c1609c3 doc: Generate documentation
- 9d6a0da fix: Check error first before processing response when using
settings20.Client - 20a4f4d refactor: Remove dead code for retry logic for
generic.ServiceDeletemethod - a3d9b9c refactor: Remove dead code from
generic.ServiceListmethod - 47a0103 refactor: Remove dead code to disregard deletion errors for modification validation constraint violations
- b143313 refactor: Simplify
rest.Envelope - 08c1059 doc: Add deprecation notice to
dynatrace_oneagent_default_versionresource
v1.87.0
New Resources
dynatrace_aws_connectionanddynatrace_aws_connection_role_arn- Resources to manage AWS connections
Updates to Existing Resources
dynatrace_autotag_v2- Documentation updated for therules_maintained_externallyfield.dynatrace_aws_service- Thestatisticfield ofmetricis now required (previouslyAVERAGEby default).dynatrace_iam_group- Deprecated thepermissionsfield in favor of thedynatrace_iam_permissionresource.dynatrace_unified_services_opentel- Deprecated.dynatrace_automation_workflow_aws_connections- Deprecated. This resource is replaced bydynatrace_aws_connectionanddynatrace_aws_connection_role_arn.
Bug Fixes
- Export will now correctly show an error if there aren't any credentials defined.
- Export of
dynatrace_settings_permissionsnow correctly sets references to OpenPipeline-V2 resources - Fixed a problem for
dynatrace_openpipeline_v2_*_ingestsourcesanddynatrace_openpipeline_v2_*_pipelinesresources where the removal of a dimension item inmetric_extraction.processors.processors.counter_metric.dimensionsled to replacing it with an empty one.
Changelog
- 4dd25dd doc: Remove extra space in templated
page_titlevalue - ffff1c2 doc: Always enclose
page_titlefront matter value in double quotes - a0d4b88 docs: generate docs and add
dynatrace_aws_connectionanddynatrace_aws_role_arn - 22dd68a chore: automation AWS connector deprecation
- 8ae88ce fix(dynatrace_aws_service): require statistic field in dynatrace_aws_service, and remove default value
- 4c0ab2c fix: Correct description of
rules_maintained_externallyfield indynatrace_autotag_v2resource - 6397351 test: set unique identifiers for some resource examples
- 5b07ce0 fix(tests.yml): Reference commit hash instead of tag for setup-terraform
- b0a6b3a fix(release.yml): Reference commit hash instead of tag for goreleaser and ghaction-import-gpg
- 39ace03 fix(entity-rule-engine): Duplicated condition removed
- e8c9962 fix(dashboards-base): Dead return removed
- 1fd97bf chore: deprecate and document IAM group permission usage
- 1a36a8b chore: fix license header year
- c108c42 chore(openpipeline-v2): update permission information
- 3ddc95b fix(openpipeline-v2): remove empty set items
- 2489714 feat(aws-connection): Simplifies retry logic
- 278f7c1 feat(aws-connection): Improves retry logic and makes timeout configurable
- fdb362d feat(aws-connection): Adds webidentity example
- a169c87 feat(aws-connection): Adds retry on role ARN update
- e15f494 feat(aws-connection): Add dependency for settings permissions
- 3965e80 feat(aws-connection): Enables code for the feature
- 1e31a45 fix(export): replace
iamwith "iam" on resource check in export - 343df7e fix(export): Add additional layer of validation to the iam resources
- 45847c3 fix(export): add validation to exporter to check if credentials are set
- 298fc7b fix: deprecate resource
dynatrace_unified_services_opentel
v1.86.0
New Resources
dynatrace_automation_approval- A new resource for configuration of automation workflow approvals
Bug Fixes
- Fixed issue #786 - Resolved problem with custom extension handling by adding proper check for custom extensions (those with
custom:prefix) during installation verification - Fixed issue #813 - Improved OAuth credential handling by defaulting to the production token URL, making environment variable optional for IAM resources
- Fixed issue #772 - Enhanced automation workflow entity tags handling to support multiple tag values separated by whitespace, fixing JSON marshaling/unmarshaling for
StringArraytype - OpenPipeline V2 enum values - Corrected casing issues in enum values (e.g., "Bizevent" → "bizevent", "FieldsAdd" → "fieldsAdd") and improved schema descriptions
- Active Gate URL parsing - Fixed issue where URLs like
myhost:9999/e/my-env-idhad path duplicated, causing broken requests - Request error handling - Fixed bug where POST/PUT/PATCH request errors were unintentionally overwritten and discarded
- Segments download - Fixed to skip ready-made segments in download as they are unmodifiable
- OpenPipeline V1 download count - Corrected export display to show accurate download count instead of always showing "downloading 1 item"
- Document resource fixes:
- Removed non-existent
SchemaVersionfield - Fixed
ownerfield to be computed-only (cannot be set by user) - Removed non-existent
actorfield
- Removed non-existent
- AWS service - Fixed requirement for at least one dimension in monitored metrics (aligning with API requirements)
Updates to Existing Resources
dynatrace_security_context- Deprecated this resourcedynatrace_synthetic_location- Updated resource implementationdynatrace_request_attribute- Updated resource implementationdynatrace_document- Added support for custom IDs (triggers re-create if changed)dynatrace_azure_service- Fixed description ofcredentials_idto properly reference "Azure" instead of "azure"dynatrace_aws_service- Fixed description ofcredentials_idto properly mention AWS credentials
Changelog
- 9c13ef5 doc: Update resource documentation
- 6591359 Introduced
dynatrace_automation_approvalresource - cd7bf39 fix(openpipeline-v2): set correct enum values
- 60b5b49 fix(segments): Adds test for listing segments
- e75a850 fix(segments): Skip ready-made segments in download
- 3a9f929 fix: correctly handle request errors
- 5b4d0c1 fix: Active Gate URL parsing
- fcf318a test: fix flaky tests
- c570233 test: Azure service test produces empty plan
- f710031 Deprecated resource
dynatrace_security_context - 50fa70e test: Expect non-empty plan for Azure services acceptance test
- cc69ab0 test: Add test for Azure service resource
- eba0a2a test: Add test for AWS service resource
- 26cb701 doc: Add link to Dynatrace documentation for individual AWS services
- 1630a13 fix: Require at least one dimension in AWS monitored metrics
- 68f20d1 doc: Add link to Dynatrace documentation for individual Azure services
- 0f5685d Updating iam boundaries must not expect a JSON response
- 110e01f Added GET to check custom extension is installed
- 01ea2a2 Added ability to set headers for requests
- 3ee5948 Fixed #786
- 5e4f918 feat: Update core library and use
slograther thanlogr - 9e49466 chore: Update
.gitignoreto exclude all environment files - 21b65fe fix(openpipeline-v1): set correct download count
- 02d4435 fix: remove openpipeline exception for repairInput
- b515940 fix: Description of
credentials_idofdynatrace_azure_serviceshould include "Azure" rather than "azure" - d1d623a fix: Description of
credentials_idofdynatrace_aws_serviceshould mention AWS credentials - 95798e4 feat(document): support custom IDs
- 4b3ce38 refactor: acceptance test helper
- 1846047 Fix for #813
- da2b29f refactor(document): remove and replace not needed functions
- e58aad9 fix(document): Remove non-existent
SchemaVersion - c0f3ee2 fix(document): Field
owneris computed and cannot be set - 9d5acba fix(document): Remove field
actor - f1e09be chore: Update core library
- 38ab7ea Updated
dynatrace_synthetic_locationresource - d22c314 Updated
dynatrace_request_attributeresource - abfa660 Fixed misleading doc for platform tokens
- 6b0f3e7 Correction: blank value is valid
- 4bc969b Fixed #772
- fd279cd chore: publish releases as draft
- ea3e616 test: disable openpipeline-v1 tests
v1.85.0
New Resources
This release adds support for the new Settings-based OpenPipeline APIs, available as dynatrace_openpipeline_v2_*. These resources can only be used once migration to the new API has been completed. Furthermore, this release deprecates the original OpenPipeline resources dynatrace_openpipeline_*. For further details about migrating to the new API, please consult the Dynatrace documentation.
dynatrace_openpipeline_v2_bizevents_ingestsourcesdynatrace_openpipeline_v2_bizevents_pipelinesdynatrace_openpipeline_v2_bizevents_routingdynatrace_openpipeline_v2_davis_events_ingestsourcesdynatrace_openpipeline_v2_davis_events_pipelinesdynatrace_openpipeline_v2_davis_events_routingdynatrace_openpipeline_v2_davis_problems_ingestsourcesdynatrace_openpipeline_v2_davis_problems_pipelinesdynatrace_openpipeline_v2_davis_problems_routingdynatrace_openpipeline_v2_events_ingestsourcesdynatrace_openpipeline_v2_events_pipelinesdynatrace_openpipeline_v2_events_routingdynatrace_openpipeline_v2_events_sdlc_ingestsourcesdynatrace_openpipeline_v2_events_sdlc_pipelinesdynatrace_openpipeline_v2_events_sdlc_routingdynatrace_openpipeline_v2_events_security_ingestsourcesdynatrace_openpipeline_v2_events_security_pipelinesdynatrace_openpipeline_v2_events_security_routingdynatrace_openpipeline_v2_logs_ingestsourcesdynatrace_openpipeline_v2_logs_pipelinesdynatrace_openpipeline_v2_logs_routingdynatrace_openpipeline_v2_metrics_ingestsourcesdynatrace_openpipeline_v2_metrics_pipelinesdynatrace_openpipeline_v2_metrics_routingdynatrace_openpipeline_v2_security_events_ingestsourcesdynatrace_openpipeline_v2_security_events_pipelinesdynatrace_openpipeline_v2_security_events_routingdynatrace_openpipeline_v2_spans_ingestsourcesdynatrace_openpipeline_v2_spans_pipelinesdynatrace_openpipeline_v2_spans_routingdynatrace_openpipeline_v2_system_events_ingestsourcesdynatrace_openpipeline_v2_system_events_pipelinesdynatrace_openpipeline_v2_system_events_routingdynatrace_openpipeline_v2_user_events_ingestsourcesdynatrace_openpipeline_v2_user_events_pipelinesdynatrace_openpipeline_v2_user_events_routingdynatrace_openpipeline_v2_usersessions_ingestsourcesdynatrace_openpipeline_v2_usersessions_pipelinesdynatrace_openpipeline_v2_usersessions_routing
Bug Fixes
- #782 Added support for
custom_matchertotechnology_processor. - #791 Make
thresholdblocks unordered fordynatrace_http_monitorresources. - #794 Fixed panic and added asynchronous configuration when exporting
dynatrace_custom_tags.
Schema Updates
The following resources have been updated to be compatible with the most recent schema version of Dynatrace:
dynatrace_dashboards_generaldynatrace_dashboards_presetsdynatrace_disk_edge_anomaly_detectorsdynatrace_endpoint_detection_rulesdynatrace_failure_detection_parametersdynatrace_failure_detection_rule_setsdynatrace_kubernetes_spmdynatrace_log_metricsdynatrace_metric_eventsdynatrace_openpipeline_business_eventsdynatrace_openpipeline_davis_eventsdynatrace_openpipeline_davis_problemsdynatrace_openpipeline_eventsdynatrace_openpipeline_logsdynatrace_openpipeline_metricsdynatrace_openpipeline_sdlc_eventsdynatrace_openpipeline_security_eventsdynatrace_openpipeline_spansdynatrace_openpipeline_system_eventsdynatrace_openpipeline_user_eventsdynatrace_openpipeline_user_sessionsdynatrace_os_servicesdynatrace_problem_fieldsdynatrace_process_availabilitydynatrace_service_detection_rulesdynatrace_service_splittingdynatrace_site_reliability_guardiandynatrace_web_app_auto_injectiondynatrace_web_app_javascript_updates
Changelog
- 84cc945 feat(openpipeline): Adds violation path to resource creation and update for OpenPipeline
- 127da5c doc: add routing overwrite warning
- c064d54 doc(openpipeline-v1): add deprecation notice
- 30eb8c8 doc(openpipeline-v2): add documentation
- e15757f doc: update resource documentation
- 294e49b fix(openpipeline): remove not existing resource
- fff01c1 test: exclude provider files in tests
- 2e88b5a fix(openpipeline-v1): Align with spec
- db5d848 Updated
dynatrace_failure_detection_rulesresource - dde7148 Updated resources with version update only
- 90ce595 Updated
builtin:anomaly-detection.metric-eventsresource - dcff168 Updated
dynatrace_site_reliability_guardianresource - d698d17 fix: skip repair input for openpipeline
- 892c323 feat(openpipeline): Adds routing examples with custom pipelines
- 53e58a8 feat(openpipeline): Adds ingest-source examples with custom static routing
- 2cf9d9d chore: deprecate old openpipeline resource
- a6bf023 fix: remove invalid resource
- a78872c feat(openpipeline): merge all openpipeline test steps into one
- 743d757 feat(openpipeline): fix resource names for examples
- 49a6600 feat(openpipeline): removed commented out HCL
- 1715b74 feat(openpipeline): Fixes newlines in example files
- 34bb7a4 feat(openpipeline): Adapts pipeline for schemas which don't allow certain processors
- 61f836b feat(openpipeline): Skips ingest source tests for schemas which don't allow custom ingest sources
- 59da204 feat(openpipeline): Skips tests for not-yet-enabled features
- 51a426e feat(openpipeline): Copy-paste acceptance tests to all OpenPipeline data types
- e4ab7b4 feat(openpipeline): Removes routing table example with settings ID for now
- 94e0abf feat(openpipeline): Removes stages cost-allocation and product-allocation
- 121de92 feat(openpipeline): Adds routing examples for events.routing
- 1346c62 feat(openpipeline): Adds pipeline examples for events.pipelines
- 0a04e3d feat(openpipeline): Adds ingest source examples for events.ingestsources
- de13bac Fixed panic and added asynchronous configuration when exporting dynatrace_custom_tags
- 140085e feat(openpipeline-v1): add ValueAssignment type validation
- d6c3d58 feat(openpipeline-v1): support "multi value constant" value assignment type
- 59288de Fixed #791
- 1adc5e8 feat(openpipeline): All routing settings must implement Name() func
- 0a1197a test(eec): EEC Remote test needed to be skipped.
- aad1212 chore: Update corelib dependency
- 77174fa feat(openpipeline): Renames "routing_entrie" to "routing_entry"
- a84011d feat(openpipeline): Renames "propertie" to "property"
- 6cec849 feat(openpipeline): Wire-up new resources
v1.84.1
Bug Fixes
- #778 - Resource references unavailable for insert_after attributes
Changelog
- cae050d #778
- d6793cb feat: add openpipeline service and schemas
- 4cbe0b0 chore(openpipeline): remove old implementation
- 59f5c93 chore: ignore terraform generated files
- 8e4fe3b feat(openpipeline): adds ingest-sources CRUD service
- 5b24a71 Updated
dynatrace_davis_anomaly_detectorsresource documentation - ca3b165 fix: minor typo in README.md corrected
- a19ff03 feat(openpipeline): adds ingest-source test for empty processors
- 3d2509c feat(openpipeline): improves processor description
- 9d025b7 feat(openpipeline): nils after marshalling removed via helper function
v1.84.0
New Resources
dynatrace_setting_permissionscovers access configurations for Settings 2.0 objectsdynatrace_failure_detection_rule_setscovers configuration for failure detection rule setsdynatrace_endpoint_detection_rules_optincovers configuration for endpoint detection rules opt-indynatrace_endpoint_detection_rulescovers configuration for endpoint detection rules
Bug Fixes
- #738 - Automation Workflow | Documentation | Actions details might be misleading
- Deletion of
dynatrace_credentialsresources will no longer automatically remove all referenced synthetic monitors. A warning will get printed out by Terraform instead
Documentation Improvements
- The docs contain now a clear warning that eploying an OpenPipeline configuration will overwrite the existing one of the same kind, causing any manual changes made in the web UI or other configurations managed by Terraform or Monaco to be lost.
- The required permissions for maintaining
dynatrace_automation_workflowresources have been updated
Schema Updates
The following resources got updated to be compatible with the most recent schema version of Dynatrace:
dynatrace_attack_settingsdynatrace_vulnerability_settingsdynatrace_servicenow_connectiondynatrace_api_detectiondynatrace_kubernetes_enrichmentdynatrace_builtin_process_monitoringdynatrace_process_monitoring_rule
Changelog
- e94adb4 v1.84.0
- 3767be1 Introduced
dynatrace_endpoint_detection_rulesresource - ff6309a Introduced
dynatrace_endpoint_detection_rules_optinresource - 3d9c3d0 Introduced
dynatrace_failure_detection_rule_setsresource - 4850f29 Returning a warning when Credentials cannot get deleted
- 3375a49 support for rest.Warning returned by service.Delete
- a4f9375 Updated credentials destroy behavior
- 12faf3e feat(openpipeline): adds HCL schema for the ingest source
- a9d4ecf feat(openpipeline): adds HCL schema for the ingest source
- 22fa79c feat(openpipeline): adds HCL schemas for 5 different processor types
- b7152da feat(openpipeline): adds JSON and Terraform example
- 8b82192 refactor: removed comment in example
- 897f929 doc: generate and update md files
- 7e1cbd2 doc: add and update settings permissions
- 897ca12 fix: make settings permission calls sync
- 817c6d4 test: add integration test for permission settings
- a5340d6 Updated
dynatrace_process_monitoring_ruleresource - 1abd5d7 Updated
dynatrace_builtin_process_monitoringresource - 9c3c17f Updated
dynatrace_kubernetes_enrichmentresource - dcf918b Updated
dynatrace_api_detectionresource - dcd85d7 Updated
dynatrace_servicenow_connectionresource - d557595 Updated resources with version update only
- 57dca65 fix: update dynatrace_attack_settings and dynatrace_vulnerability_settings schemas
- 464dc5c feat: wire up settings permissions
- acb7360 feat: support platform credentials for generic settings
- a9236cd feat: Use updated user agent with version, operating system and architecture when making HTTP requests
- 17e4ae7 feat: Define version and use
ldflagsto set version during GoReleaser build - 0898cb1 chore: Update
formatfield in.goreleaser.yml - fa4f509 Updated workflow connection doc subcategories
- d18807c ci: Add
.snykfile to ignore MPL license issues - f223940 ci: Add snyk for vulnerability scanning
- ff5f06d feat: Use settings client in List implementation
- 9107178 feat: Minimal settings client for getting schemas with permissions and all object IDs of these schemas
- 1783295 chore: Add pull request templates
- 3348163 Updated documentation with official support note
- e71177f test: fix race condition of settings permissions test
- 695ba0b feat: add admin access retry for permissions
- 097ac0c doc: mention credential vault delete side effects
- 0b2ae10 feat: Adding tests for marshalling and unmarshalling of settings permissions
- a48a37f refactor: parallelize update calls
- 6d2b76e feat: introduce permission service
- ccacba4 fix: fixed HCL marshaling
- 61520df refactor: introduce accessor constants
- 6902489 fix: handle HCL marshal errors during development
- d9a0da3 Updated workflow permissions
- 813c1c6 Added warning to OpenPipeline resources
- 2ab5d85 Fixed #738
- 933893c feat: add settings permission DTO
- d3ef12a feat: Adding dynatrace_github_connection to example
- 8c0d6c6 feat: Renaming of user_id and group_id
- 111d4c3 feat: descriptions for settings_object_id and all_users
- 6385622 feat: Adding MaxItems to "users" and "groups" schemas
- d1cdafd feat: Changing types for "user" and "group"
- 66a52fa feat: Adding descriptions to group and user schemas.
- f7d9aa5 feat: Replacing occurrences of "@home.com" with "@example.com"
- 2a281c9 feat: Added SettingPermissions schema and example
- 12f5247 Early version of
dynatrace_aws_connectionanddynatrace_aws_connection_role_arn - 7ef7975 Early version of
dynatrace_aws_connectionanddynatrace_aws_connection_role_arn - 15102a5 Fixed potential cast exception
v1.83.0
New Resources
dynatrace_web_app_manual_insertioncovers configuration for web application manual insertion
Bug Fixes
- #724 - Fixed
dynatrace_aws_credentialsresourcetags_to_monitorattribute from producing non-empty plans - #726 - Fixed
dynatrace_automation_workflowresourceactorandownerattributes from producing non-empty plans - #727 - Reintroduced
DYNATRACE_SOURCE_*environment variables for export utility - #729 - Fixed
dynatrace_platform_sloresource attribute types - #730 - Fixed export for
dynatrace_azure_serviceresource
Schema Updates
The following resources got updated to be compatible with the most recent schema version of Dynatrace:
dynatrace_event_driven_ansible_connectionsdynatrace_infraops_app_settingsdynatrace_process_group_detection_flagsdynatrace_process_monitoring_ruledynatrace_web_app_auto_injectiondynatrace_web_app_custom_prop_restrictions
Changelog
- 73ac7f7 v1.83.0
- 22ee582 chore: ignore IntelliJ project files
- a1ccc40 chore: update core lib
- d7b1931 Merge pull request #699 from dynatrace-oss/dependabot/go_modules/github.com/cloudflare/circl-1.6.1
- 8f16b0e Introduced
dynatrace_web_app_manual_insertionresource - 7d3b26e Fixed #730
- dd71037 Fixed #727
- b6782ac Fixed #729
- 1121a0e Corrected
dynatrace_documentrequired permissions - 3202ca4 Fixed #724
- 69c2d17 Updated
dynatrace_web_app_custom_prop_restrictionsresource - 2bac9bc Updated
dynatrace_web_app_auto_injectionresource - 6e329f3 Updated
dynatrace_process_group_detection_flagsresource - f69f144 Updated
dynatrace_process_monitoring_ruleresource - 217134d Updated resource with version update only
- 2b59acf Updated
dynatrace_event_driven_ansible_connectionsresource - 09b667c Updated
dynatrace_infraops_app_settingsresource - 964a48c Resolved #726
- e1661e4 Updated resources with version update only
- a1f2201 Deprecated
dynatrace_db_app_feature_flagsresource - 5af94ea Updated supported resources doc
- 30896e8 Adjusting default createConfirm for
dynatrace_network_monitor - 2f74d1e Bump github.com/cloudflare/circl from 1.5.0 to 1.6.1