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

8 lines
101 B
Terraform
Raw Normal View History

2014-05-23 17:11:57 -05:00
variable "bar" {}
2014-05-23 18:25:54 -05:00
2014-05-25 20:05:18 -05:00
provider "aws" {
bar = "baz";
}
2014-05-23 18:25:54 -05:00
resource "aws_security_group" "db" {}