Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Add empty VPN root certificate to the internal and pr environments
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Mar 8, 2024
1 parent 2362189 commit 0166e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions operations/environments/internal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ module "template" {

environment = "internal"
deployer_id = "d59c2c86-de5e-41b7-a752-0869a73f5a60" //github app registration in Flexion Azure Entra
vpn_root_certificate = ""
}
1 change: 1 addition & 0 deletions operations/environments/pr/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module "template" {

environment = "pr${var.pr_number}"
deployer_id = "d59c2c86-de5e-41b7-a752-0869a73f5a60" //github app registration in Flexion Azure Entra
vpn_root_certificate = ""

depends_on = [azurerm_resource_group.group]
}

0 comments on commit 0166e37

Please sign in to comment.