terraform/internal/command/testdata/init-get-provider-detected-.../.terraform/modules/dicerolls/terraform-random-bar-1.0.0/main.tf

8 lines
191 B
HCL

// This will try to install hashicorp/baz, fail, and then suggest
// terraform-providers/baz
provider baz {}
output "d6" {
value = 4 // chosen by fair dice roll, guaranteed to be random
}