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