github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/testdata/init-get-provider-detected-legacy/.terraform/modules/dicerolls/terraform-random-bar-1.0.0/main.tf (about) 1 // This will try to install hashicorp/baz, fail, and then suggest 2 // terraform-providers/baz 3 provider baz {} 4 5 output "d6" { 6 value = 4 // chosen by fair dice roll, guaranteed to be random 7 }