opentofu/config/test-fixtures/import.tf
2014-05-23 16:25:54 -07:00

9 lines
138 B
HCL

import "import/one.tf";
variable "foo" {
default = "bar";
description = "bar";
}
resource "aws_security_group" "web" {}