opentofu/config/testdata/import.tf
2019-06-30 10:16:15 +02:00

11 lines
139 B
HCL

variable "foo" {
default = "bar"
description = "bar"
}
provider "aws" {
foo = "bar"
}
resource "aws_security_group" "web" {}