opentofu/config/test-fixtures/import/one.tf
Mitchell Hashimoto d28e5a1638 dos2unix
2014-07-28 10:43:00 -07:00

8 lines
94 B
HCL

variable "bar" {}
provider "aws" {
bar = "baz";
}
resource "aws_security_group" "db" {}