Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit ee599ee

Browse files
committed
Fixed service gateway references for Seoul & Tokyo
1 parent b5fd414 commit ee599ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ variable "InstanceImageOCID" {
134134
variable "oci_service_gateway" {
135135
type = "map"
136136
default = {
137-
ap-seoul-1 = "all-seo-services-in-oracle-services-network"
138-
ap-tokyo-1 = "all-hnd-services-in-oracle-serviecs-network"
137+
ap-seoul-1 = "all-icn-services-in-oracle-services-network"
138+
ap-tokyo-1 = "all-nrt-services-in-oracle-serviecs-network"
139139
ca-toronto-1 = "all-yyz-services-in-oracle-services-network"
140140
eu-frankfurt-1 = "all-fra-services-in-oracle-services-network"
141141
uk-london-1 = "all-lhr-services-in-oracle-services-network"

0 commit comments

Comments
 (0)