opentofu/config/test-fixtures/import/one.tf
2014-05-25 18:05:18 -07:00

8 lines
101 B
HCL

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