mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-14 16:35:11 +01:00
11 lines
No EOL
182 B
HCL
11 lines
No EOL
182 B
HCL
terraform {
|
|
required_providers {
|
|
terustform = {
|
|
source = "github.com/Nilstrieb/terustform"
|
|
}
|
|
}
|
|
}
|
|
|
|
provider "terustform" {}
|
|
|
|
resource "terustform_hello" "test1" {} |