github.com/opentofu/opentofu@v1.7.1/internal/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 }