repository_creation_helper/terraform.tf (
11
lines of code) (
raw
):
terraform { required_providers { github = { source = "integrations/github" version = "~> 6.3" } } } provider "github" { owner = var.github_repository_owner }