6 lines
68 B
HCL
6 lines
68 B
HCL
provider "aws" {
|
|
foo = "bar"
|
|
}
|
|
|
|
resource "aws_instance" "test" {}
|