# versions.tf defines minimum provider versions for the module terraform { required_providers { google = "~> 3.70" google-beta = "~> 3.70" } }