Ver código fonte

Fixed variable error in TF script

main
kusum 1 ano atrás
pai
commit
03fda93389

+ 1
- 1
AUPropertyAutomation/terraformlabtf/configuration.tf Ver arquivo

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

Carregando…
Cancelar
Salvar