github.com/opentofu/opentofu@v1.7.1/internal/command/e2etest/testdata/encryption-flow/main.tf (about) 1 variable "iter" { 2 type = string 3 } 4 5 resource "tfcoremock_simple_resource" "simple" { 6 string = "helloworld ${var.iter}" 7 }