terustform/test/main.tf
2024-04-10 20:57:16 +02:00

11 lines
No EOL
182 B
HCL

terraform {
required_providers {
terustform = {
source = "github.com/Nilstrieb/terustform"
}
}
}
provider "terustform" {}
resource "terustform_hello" "test1" {}