Files
opentf/internal/command/e2etest/testdata/encryption-flow/main.tf
Christian Mesh abb7bc4c52 Encryption e2e tests (#1389)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
2024-03-13 13:06:03 -04:00

8 lines
124 B
HCL

variable "iter" {
type = string
}
resource "tfcoremock_simple_resource" "simple" {
string = "helloworld ${var.iter}"
}