terraform/internal/cloud/testdata/test/main.tf

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

10 lines
147 B
Terraform
Raw Permalink Normal View History

variable "input" {
type = string
default = "Hello, world!"
}
resource "tfcoremock_simple_resource" "resource" {
string = var.input
}