opentofu/terraform/test-fixtures/new-good/main.tf
Mitchell Hashimoto d28e5a1638 dos2unix
2014-07-28 10:43:00 -07:00

7 lines
98 B
HCL

provider "aws" {
foo = "bar"
}
resource "aws_instance" "foo" {}
resource "do_droplet" "bar" {}