Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
test-org-12323423
/
devops
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fixed variable error in TF script
main
kusum
1 anno fa
parent
96321529b4
commit
03fda93389
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
AUPropertyAutomation/terraformlabtf/configuration.tf
+ 1
- 1
AUPropertyAutomation/terraformlabtf/configuration.tf
Vedi File
@@ -16,7 +16,7 @@ data "akamai_property_rules_template" "rules-template" {
type = "number"
}
variables {
name = "
user_id
"
name = "
UserID
"
value = "${var.UserID}"
type = "string"
}
Write
Preview
Loading…
Annulla
Salva