terraform/config/testdata/import/one.tf

8 lines
94 B
HCL

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