terraform/config/test-fixtures/import/one.tf

8 lines
101 B
HCL

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