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

8 lines
94 B
Terraform
Raw Normal View History

2014-07-28 19:43:00 +02:00
variable "bar" {}
provider "aws" {
bar = "baz";
}
resource "aws_security_group" "db" {}