terraform-provider-dynatrace icon indicating copy to clipboard operation
terraform-provider-dynatrace copied to clipboard

Results 49 terraform-provider-dynatrace issues
Sort by recently updated
recently updated
newest added

**UPDATED** - **Resolved:** ~~Fix export runtime error `-export -id dynatrace_json_dashboard=XXXXX`~~ - **Resolved:** ~~`-ref` "light" as default behavior for no `-ref` - all three resources in a single file, no references...

bug

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

**Is your feature request related to a problem? Please describe.** It is now possible to deploy documents like dashboard using [dynatrace_documents](https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest/docs/resources/document#prerequisites) but I don't know how to allow a user...

enhancement

This configuration ``` DYNATRACE_ENV_URL=https://######.apps.dynatracelabs.com DYNATRACE_ENV_URL=https://######.sprint.apps.dynatracelabs.com DYNATRACE_ENV_URL=https://######.dev.apps.dynatracelabs.com ``` results in Config V1 based resources not being able to get applied. The endpoints in that case insist on a Bearer Token.

bug

Applying the resource `dynatrace_dashboards_presets` immediately after a `dynatrace_json_dashboard` has been created frequently fails. It looks like it takes a while until newly created Dashboards are ready to get referenced. Planned...

bug

Running `terraform-provider-dynatrace -export -id -ref dynatrace_aws_service` occasionally produces TF files with blank name references. Error Message: ``` Error: Invalid attribute name on modules/aws_service/ELB_builtin.aws_service.tf line 4, in resource "dynatrace_aws_service" "ELB_builtin": 4:...

bug

* Introduce a computed attribute `uuid` to resource `dynatrace_iam_policy` * Allow resource `dynatrace_iam_policy_bindings_v2` to deduct `environment` and `account` from the remaining properties if the specified policyIDs are just GUIDs (instead...

enhancement

Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.32.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

This PR adds the snyk github action to scan for vulnerabilities when opening a PR.

**Describe the bug** Our code configures an SLO measure for each Mobile Application KUA having and Apdex configured, like so: ``` resource "dynatrace_slo_v2" "kua_apdex_slo" { count = length(dynatrace_mobile_app_key_performance.kua_adpex) name =...

bug