modules/vcs_integration/github/versions.tf (8 lines of code) (raw):

terraform { required_providers { github = { source = "integrations/github" version = "~> 5.0" } } }