github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/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 }