Skip to content

Commit

Permalink
delete cloudgateway
Browse files Browse the repository at this point in the history
  • Loading branch information
liyangau committed Aug 16, 2024
1 parent b145d48 commit 327ca62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ module "cloud-gateways" {
# control_plane = module.control-planes.cps["demo"]
# }

module "kong-configs-dev-au-cloud" {
source = "./modules/kong-configs/dev_au_cloud"
control_plane = module.control-planes.cps["dev_au_cloud"]
}
# module "kong-configs-dev-au-cloud" {
# source = "./modules/kong-configs/dev_au_cloud"
# control_plane = module.control-planes.cps["dev_au_cloud"]
# }

# module "default-dev-portal" {
# source = "./modules/dev-portal/default"
Expand Down

0 comments on commit 327ca62

Please sign in to comment.