Commit 63ef5c5
fix: adjust deprecated lookup function (#16)
* fix: adjust deprecated lookup function
lookup(map, key) was useful in older Terraform versions when maps were sometimes nullable. Direct indexing (map["key"]) is now preferred because it is more readable, Terraform explicitly fails if the key doesn’t exist, and it aligns with standard programming practices
* fix: update credential module location
* fix: adjust datadog_configuration to use git repo
* fix: adjust component creds module path
* fix: revert datadog config provider
* Use repo component reference
* Use repo component reference
* Use repo component reference
* Update provider-datadog.tf
* Use repo component reference
* Update provider-datadog.tf
* Update provider-datadog.tf
---------
Co-authored-by: Igor Rodionov <[email protected]>1 parent caf8ac5 commit 63ef5c5
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments