github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/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 }