Quellcode durchsuchen

Fixed issue with Terraform lab script

main
kusum vor 1 Jahr
Ursprung
Commit
96321529b4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      AUPropertyAutomation/terraformlabtf/configuration.tf

+ 1
- 1
AUPropertyAutomation/terraformlabtf/configuration.tf Datei anzeigen

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


Laden…
Abbrechen
Speichern