New Resources
dynatrace_web_app_ip_address_exclusion
covers configuration for web application IP address exclusions for third-party vulnerabilities
Bug Fixes
- #689 Error with Synthetic Location in HTTP and browser monitor following bug #680 resolution
- #697 Without the Environment URL specified the Provider may crash for certain resources
- #696 Segmentation violation when creating Json dashboard
- #693 OpenPipeline resources contained misleading documentation
Improvements
- With the environment variable
DYNATRACE_FORMAT_HCL_FILES
set totrue
all generated .tf files will get handed over toterraform fmt
- The documentation for the data sources
dynatrace_synthetic_location
anddynatrace_synthetic_locations
now contains updated information about the required API Token scope - The main documentation page explains the usage of OAuth Credentials and Platform Tokens as preferred authentication methods
- Introduced
ignore_ip_address_restriction_settings
todynatrace_web_application
Changelog
- fd7f7b9 v1.81.0
- 57156a6 Merge branch 'main' of https://github.com/dynatrace-oss/terraform-provider-dynatrace
- e51596a fix: Correct the description for
technology_id
field in schema for technology processor (#698) - d950b20 Added documentation for OAuth and Platform Token authentication
- 22607f9 Updated documentation for required permissions / dynatrace_synthetic_location(s)
- 3b87e3f removed debugging code
- 63881ca Fixed #696
- dcd9238 Removed outdated test cases
- 2b046e1 Fixed #697
- f46e9ec Ensured that all downloaded .tf files are covered by
terraform fmt
whenDYNATRACE_FORMAT_HCL_FILES
is set totrue
- 72f9845 Introduced
dynatrace_web_app_ip_address_exclusion
resource - a85ec80 Introduced
ignore_ip_address_restriction_settings
todynatrace_web_application
- e18cf58 Fixed #689
- 9158eed Fixed #688