github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/command/e2etest/testdata/provider-tampering-base/provider-tampering-base.tf (about) 1 terraform { 2 required_providers { 3 null = { 4 # Our version is intentionally fixed so that we have a fixed 5 # test case here, though we might have to update this in future 6 # if e.g. Terraform stops supporting plugin protocol 5, or if 7 # the null provider is yanked from the registry for some reason. 8 source = "hashicorp/null" 9 version = "3.1.0" 10 } 11 } 12 }