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

8 lines
101 B
Terraform
Raw Normal View History

2014-05-24 00:11:57 +02:00
variable "bar" {}
2014-05-24 01:25:54 +02:00
2014-05-26 03:05:18 +02:00
provider "aws" {
bar = "baz";
}
2014-05-24 01:25:54 +02:00
resource "aws_security_group" "db" {}