github.com/opentofu/opentofu@v1.7.1/internal/configs/testdata/provider-reqs-with-tests/setup/setup.tf (about) 1 terraform { 2 required_providers { 3 null = "~> 2.0.0" 4 random = { 5 version = "~> 1.2.0" 6 } 7 } 8 }