Skip to content

Commit 62407c4

Browse files
committed
setting datadog to 1.0.0 in kickstarter
1 parent 3881714 commit 62407c4

File tree

1 file changed

+1
-1
lines changed
  • datadog_v2/kickstarter/terraform/gcp

1 file changed

+1
-1
lines changed

datadog_v2/kickstarter/terraform/gcp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ resource "null_resource" "install_datadog_agent" {
5656
"git checkout ${var.branch}",
5757
"cd ${var.datadog_integration_name}",
5858
"python3.12 -m build --wheel",
59-
"sudo datadog-agent integration install -r -w ./dist/datadog_redis_enterprise_prometheus-2.0.1-py3-none-any.whl",
59+
"sudo datadog-agent integration install -r -w ./dist/datadog_redis_enterprise_prometheus-1.0.0-py3-none-any.whl",
6060
]
6161
}
6262

0 commit comments

Comments
 (0)