7 lines
84 B
HCL
7 lines
84 B
HCL
terraform {
|
|
required_version = "~> 0.14"
|
|
}
|
|
|
|
output "hello" {
|
|
value = "world"
|
|
} |