Skip to content

Commit

Permalink
chore: Update datadog site in examples and tests (#299)
Browse files Browse the repository at this point in the history
## Motivation

Update datadog site to use new values
  • Loading branch information
marcinlawnik authored Sep 5, 2024
1 parent 84a272c commit 5aab157
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/resources/direct_datadog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "nobl9_direct_datadog" "test-datadog" {
name = "test-datadog"
project = "terraform"
description = "desc"
site = "eu"
site = "datadoghq.eu"
api_key = "secret"
application_key = "secret"
log_collection_enabled = true
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/nobl9_direct_datadog/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "nobl9_direct_datadog" "test-datadog" {
name = "test-datadog"
project = "terraform"
description = "desc"
site = "eu"
site = "datadoghq.eu"
api_key = "secret"
application_key = "secret"
log_collection_enabled = true
Expand Down
2 changes: 1 addition & 1 deletion nobl9/resource_agent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ resource "nobl9_agent" "%s" {
agent_type = "datadog"
release_channel = "stable"
datadog_config {
site = "eu"
site = "datadoghq.eu"
}
query_delay {
unit = "Minute"
Expand Down
2 changes: 1 addition & 1 deletion nobl9/resource_direct_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ resource "nobl9_direct_%s" "%s" {
name = "%s"
project = "%s"
description = "desc"
site = "eu"
site = "datadoghq.eu"
api_key = "secret"
application_key = "secret"
historical_data_retrieval {
Expand Down

0 comments on commit 5aab157

Please sign in to comment.