···3131 description = "The API token to use for authentication with the Cloudflare API."
3232 sensitive = true
3333}
3434+3535+3636+variable "source_terraform_modules_from_local" {
3737+ type = bool
3838+ description = "Whether to use local terraform modules."
3939+ default = true
4040+}
4141+4242+variable "github_terraform_module_repository_personal_access_token" {
4343+ type = string
4444+ description = "The personal access token for the github terraform module repository."
4545+ sensitive = true
4646+ default = env("GITHUB_ACCESS_TOKEN") ? env("GITHUB_ACCESS_TOKEN") : ""
4747+}