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

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

6 lines
69 B
Terraform
Raw Permalink Normal View History

variable "input" {
type = string
default = "Hello, world!"
}