terraform/config/testdata/import.tf

11 lines
139 B
HCL

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