Skip to content

Commit

Permalink
Fix Example Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmindev committed Nov 23, 2023
1 parent 5a8c142 commit ac1a576
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ network_configuration = {
DRG-HUB-VCN-H-ATTACH-KEY = {
display_name = "drg-hub-vcn-h-attach"
// Ingress Routes table - entering DRG through DRG-A-VCN-HUB
// drg_route_table_key = "DRG-RT-HUB-KEY"
drg_route_table_key = "DRG-RT-HUB-KEY"
network_details = {
attached_resource_key = "VCN-HUB-KEY"
type = "VCN"
Expand Down Expand Up @@ -297,7 +297,6 @@ network_configuration = {
network_firewalls_configuration = {
network_firewalls = {
HUB-NFW-KEY = {
availability_domain = 2
display_name = "hub_nfw"
subnet_key = "SUBNET-H-KEY"
ipv4address = "10.0.0.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
},
"DRG-HUB-VCN-H-ATTACH-KEY": {
"display_name": "drg-hub-vcn-h-attach",
"drg_route_table_key": "DRG-RT-HUB-KEY",
"network_details": {
"attached_resource_key": "VCN-HUB-KEY",
"route_table_key": "VCN-H-INGRESS-RT-KEY",
Expand Down Expand Up @@ -220,7 +221,6 @@
},
"network_firewalls": {
"HUB-NFW-KEY": {
"availability_domain": 2,
"display_name": "hub_nfw",
"ipv4address": "10.0.0.10",
"network_firewall_policy_key": "HUB-NFW-POLICY-KEY",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ network_configuration:
DRG-HUB-VCN-H-ATTACH-KEY:
display_name: drg-hub-vcn-h-attach
# Ingress Routes table - entering DRG through DRG-A-VCN-HUB
# drg_route_table_key: DRG-RT-HUB-KEY
drg_route_table_key: DRG-RT-HUB-KEY
network_details:
attached_resource_key: VCN-HUB-KEY
# Egress Routes table - from DRGA-VCN-HUB to HUB-VCN
Expand Down Expand Up @@ -89,8 +89,6 @@ network_configuration:
# Callout 2
# Ingress Routes table - entering DRG through DRG-A-VCN-HUB
# This should be BGP - dynamic routing
# The creation of dynamic routing is not supported yet by this automation
# On the roadmap there are plans to add support for: DrgRouteDistribution and DrgRouteDistributionStatements
DRG-RT-HUB-KEY:
display_name: drg-rt-hub
import_drg_route_distribution_key: "IMPORT-HUB-RTD-KEY"
Expand Down Expand Up @@ -183,7 +181,6 @@ network_configuration:
type: SIMPLE
network_firewalls:
HUB-NFW-KEY:
availability_domain: 2
display_name: hub_nfw
ipv4address: 10.0.0.10
network_firewall_policy_key: HUB-NFW-POLICY-KEY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ network_configuration:
DRG-HUB-VCN-H-ATTACH-KEY:
display_name: drg-hub-vcn-h-attach
# Ingress Routes table - entering DRG through DRG-A-VCN-HUB
# drg_route_table_key: DRG-RT-HUB-KEY
drg_route_table_key: DRG-RT-HUB-KEY
network_details:
attached_resource_key: VCN-HUB-KEY
# Egress Routes table - from DRGA-VCN-HUB to HUB-VCN
Expand Down Expand Up @@ -89,8 +89,6 @@ network_configuration:
# Callout 2
# Ingress Routes table - entering DRG through DRG-A-VCN-HUB
# This should be BGP - dynamic routing
# The creation of dynamic routing is not supported yet by this automation
# On the roadmap there are plans to add support for: DrgRouteDistribution and DrgRouteDistributionStatements
DRG-RT-HUB-KEY:
display_name: drg-rt-hub
import_drg_route_distribution_key: "IMPORT-HUB-RTD-KEY"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ network_configuration = {
DRG-HUB-VCN-H-ATTACH-KEY = {
display_name = "drg-hub-vcn-h-attach"
// Ingress Routes table - entering DRG through DRG-A-VCN-HUB
// drg_route_table_key = "DRG-RT-HUB-KEY"
drg_route_table_key = "DRG-RT-HUB-KEY"
network_details = {
attached_resource_key = "VCN-HUB-KEY"
type = "VCN"
Expand Down Expand Up @@ -297,7 +297,6 @@ network_configuration = {
network_firewalls_configuration = {
network_firewalls = {
HUB-NFW-KEY = {
availability_domain = 2
display_name = "hub_nfw"
subnet_key = "SUBNET-H-KEY"
ipv4address = "10.0.0.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
},
"DRG-HUB-VCN-H-ATTACH-KEY": {
"display_name": "drg-hub-vcn-h-attach",
"drg_route_table_key": "DRG-RT-HUB-KEY",
"network_details": {
"attached_resource_key": "VCN-HUB-KEY",
"route_table_key": "VCN-H-INGRESS-RT-KEY",
Expand Down Expand Up @@ -220,7 +221,6 @@
},
"network_firewalls": {
"HUB-NFW-KEY": {
"availability_domain": 2,
"display_name": "hub_nfw",
"ipv4address": "10.0.0.10",
"network_firewall_policy_key": "HUB-NFW-POLICY-KEY",
Expand Down

0 comments on commit ac1a576

Please sign in to comment.