Add Terraform IAC DSL (#1365)

This commit is contained in:
krallice
2022-05-24 10:40:45 +10:00
committed by GitHub
parent 217b4b408c
commit a80e0e9643
2 changed files with 5 additions and 1 deletions

3
t/Terraform.tf Normal file
View File

@@ -0,0 +1,3 @@
output "msg" {
value = "Hello World"
}