terraform/internal/command/testdata/test/env-vars/main.tf
Liam Cervante 448775102c
terraform test: Push evaluation of variables to as late as possible (#35014)
* terraform test: Push evaluation of variables to as late as possible

* Update internal/moduletest/hcl/variable_cache.go

Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>

* address comments

---------

Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>
2024-04-23 13:10:41 +02:00

5 lines
81 B
HCL

variable "input" {}
resource "test_resource" "resource" {
value = var.input
}