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