github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/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  }