Skip to content

Syntaxe

Travaillons sur un fichier main.tf

Exemple

output "VAR" {
    value = "Hello World! "
}

Apply

terraform apply