Skip to content

Commit

Permalink
New location for privatelinks (#1466)
Browse files Browse the repository at this point in the history
Co-authored-by: Automatic Update <radix@statoilsrm.onmicrosoft.com>
  • Loading branch information
sveinpj and Automatic Update authored Oct 4, 2024
1 parent 08e78fd commit 17bdf67
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions terraform/subscriptions/s940/prod/virtualnetwork/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module "config" {
}

data "github_repository_file" "this" {
repository = "equinor/radix-private"
branch = "master"
file = "terraform/privatelinks/${module.config.environment}.yaml"
repository = "equinor/radix"
branch = "main"
file = "privatelinks/${module.config.environment}.yaml"
}

module "resourcegroups" {
Expand Down
6 changes: 3 additions & 3 deletions terraform/subscriptions/s941/dev/virtualnetwork/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module "config" {
}

data "github_repository_file" "this" {
repository = "equinor/radix-private"
branch = "master"
file = "terraform/privatelinks/${module.config.environment}.yaml"
repository = "equinor/radix"
branch = "main"
file = "privatelinks/${module.config.environment}.yaml"
}

module "resourcegroups" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module "config" {
}

data "github_repository_file" "this" {
repository = "equinor/radix-private"
branch = "master"
file = "terraform/privatelinks/${module.config.environment}.yaml"
repository = "equinor/radix"
branch = "main"
file = "privatelinks/${module.config.environment}.yaml"
}

module "resourcegroups" {
Expand Down

0 comments on commit 17bdf67

Please sign in to comment.