Procházet zdrojové kódy

Fixed variable error in TF script

main
kusum před 1 rokem
rodič
revize
03fda93389

+ 1
- 1
AUPropertyAutomation/terraformlabtf/configuration.tf Zobrazit soubor

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

Načítá se…
Zrušit
Uložit