Explorar el Código

Fixed variable error in TF script

main
kusum hace 1 año
padre
commit
03fda93389
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      AUPropertyAutomation/terraformlabtf/configuration.tf

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

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

Cargando…
Cancelar
Guardar