Skip to content

Commit

Permalink
Update common.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjianli authored Jan 5, 2024
1 parent 03a20c6 commit 62687c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ data "external" "datadog_key" {
}

provider "datadog" {
api_key = chomp(data.external.datadog_key.result["api_key"])
app_key = chomp(data.external.datadog_key.result["app_key"])
api_key = chomp(data.external.datadog_key[0].result["api_key"])
app_key = chomp(data.external.datadog_key[0].result["app_key"])
}

0 comments on commit 62687c4

Please sign in to comment.