0
0
llucycodes42
In this code, the "${myApiKey}" variable is set to the value of the myApiKey variable.
Shortcut: tf_opsgenie
provider "opsgenie" {
api_key = "${myApiKey}"
}
0
0
llucycodes42
In this code, the "${myApiKey}" variable is set to the value of the myApiKey variable.
Shortcut: tf_opsgenie
provider "opsgenie" {
api_key = "${myApiKey}"
}