opentofu/config/test-fixtures/import.tf
Mitchell Hashimoto 038cca291e config: HCL loader
2014-08-11 09:58:53 -07:00

11 lines
139 B
HCL

variable "foo" {
default = "bar"
description = "bar"
}
provider "aws" {
foo = "bar"
}
resource "aws_security_group" "web" {}