Initial commit

This commit is contained in:
tf-modules
2024-09-14 12:28:57 +00:00
commit b89b538c6e
7 changed files with 23 additions and 0 deletions

3
output.tf Normal file
View File

@@ -0,0 +1,3 @@
output "example" {
//value = some_resource.example
}