mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-28 17:34:24 -06:00
9 lines
138 B
HCL
9 lines
138 B
HCL
import "import/one.tf";
|
|
|
|
variable "foo" {
|
|
default = "bar";
|
|
description = "bar";
|
|
}
|
|
|
|
resource "aws_security_group" "web" {}
|