github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/init-get-provider-detected-duplicate/child/main.tf (about)

     1  terraform {
     2  	required_providers {
     3  		dupechild = {
     4  			source = "hashicorp/bar"
     5  		}
     6  	}
     7  }
     8  
     9  // This will try to install hashicorp/foo
    10  provider foo {}