Skip to content

Commit

Permalink
Remove kyma-incubator from the Terraform config (#11871)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawthis authored Sep 11, 2024
1 parent e03d2e4 commit b6b1982
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions configs/terraform/environments/prod/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ provider "github" {
owner = var.kyma-project-github-org
}

provider "github" {
alias = "kyma_incubator"
owner = var.kyma-incubator-github-org
}

# sap-kyma-prow project provider
provider "google" {
project = var.gcp_project_id
Expand Down
5 changes: 0 additions & 5 deletions configs/terraform/environments/prod/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,3 @@ variable "kyma-project-github-org" {
default = "kyma-project"
description = "The GitHub organization where the Kyma project is hosted"
}
variable "kyma-incubator-github-org" {
type = string
default = "kyma-incubator"
description = "The GitHub organization where the Kyma Incubator is hosted"
}

0 comments on commit b6b1982

Please sign in to comment.