Skip to content

Commit

Permalink
feature: hide bastion behind feature flag untill done
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed Nov 4, 2023
1 parent 6ca449e commit 6b6e628
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ module "aks" {
subnet_id = module.network.aks_subnet_id
}

module "bastion" {
source = "./modules/bastion"
resource_group = azurerm_resource_group.aks
subnet_id = module.network.bastion_subnet_id
}
#module "bastion" {
# source = "./modules/bastion"
# resource_group = azurerm_resource_group.aks
# subnet_id = module.network.bastion_subnet_id
#}

# Moved resources
moved {
Expand Down

0 comments on commit 6b6e628

Please sign in to comment.