terraform/internal/command/testdata/test/only_modules/example/main.tf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
124 B
Terraform
Raw Permalink Normal View History

variable "input" {
type = string
}
resource "test_resource" "module_resource" {
id = "df6h8as9"
value = var.input
}