Skip to content

Commit 8cbdb74

Browse files
slorello89Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent c496e6f commit 8cbdb74

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dynatrace_v2/terraform/gcp/start-monitoring.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
# Start remote monitoring configuration in dynatrace
44

5-
#!/bin/bash
65

76
PRIMARY_ENDPOINT="$1"
87
SECONDARY_ENDPOINT="$2"

dynatrace_v2/terraform/gcp/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ variable "ssh_private_key" {
3838
variable "dynatrace_api_token" {
3939
description = "API token with extensions.* and metrics.ingest scopes"
4040
type = string
41-
# sensitive = true
41+
sensitive = true
4242
}
4343

4444
variable "custom_ca_pem" {

0 commit comments

Comments
 (0)