Add terraform/main.tf
This commit is contained in:
9
terraform/main.tf
Normal file
9
terraform/main.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
terraform {
|
||||
required_version = ">= 1.0"
|
||||
}
|
||||
|
||||
# Geen cloud nodig — alleen local provider
|
||||
resource "local_file" "test" {
|
||||
content = "Hello from Terraform 🚀"
|
||||
filename = "${path.module}/hello.txt"
|
||||
}
|
||||
Reference in New Issue
Block a user