Skip to content

Commit

Permalink
Removed the check
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhrubajyoti Sadhu committed Jan 5, 2024
1 parent df1a6c0 commit bb68449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ locals {
provider "datadog" {
api_key = local.datadog_keys.api_key != null ? local.datadog_keys.api_key : ""
app_key = local.datadog_keys.app_key != null ? local.datadog_keys.app_key : ""
}
}

0 comments on commit bb68449

Please sign in to comment.