Przeglądaj źródła

Fixed variable error in TF script

main
kusum 1 rok temu
rodzic
commit
03fda93389

+ 1
- 1
AUPropertyAutomation/terraformlabtf/configuration.tf Wyświetl plik

@@ -16,7 +16,7 @@ data "akamai_property_rules_template" "rules-template" {
type = "number"
}
variables {
name = "user_id"
name = "UserID"
value = "${var.UserID}"
type = "string"
}

Ładowanie…
Anuluj
Zapisz