github.com/opentofu/opentofu@v1.7.1/internal/command/e2etest/testdata/vendored-provider/main.tf (about) 1 terraform { 2 required_providers { 3 null = { 4 source = "hashicorp/null" 5 version = "1.0.0+local" 6 } 7 } 8 }