This commit is contained in:
nora 2024-04-07 15:26:15 +02:00
commit bac720c512
11 changed files with 2115 additions and 0 deletions

7
test/main.tf Normal file
View file

@ -0,0 +1,7 @@
terraform {
required_providers {
terustform = {
source = "github.com/Nilstrieb/terustform"
}
}
}