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

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

10 lines
117 B
Terraform
Raw Permalink Normal View History

variable "input" {
type = string
}
resource "test_resource" "resource" {
id = "598318e0"
value = var.input
}