-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d17991a
commit 490f545
Showing
7 changed files
with
18 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
{ | ||
<<<<<<< HEAD | ||
"eu-west-0": "project_id_here", | ||
"eu-west-0_Shared_Services": "project_id_here", | ||
"eu-west-0_Dev": "project_id_here", | ||
"eu-west-0_PreProd": "project_id_here", | ||
"eu-west-0_Prod": "project_id_here" | ||
} | ||
======= | ||
"eu-west-0": "NETWORK TENANT ID", | ||
"eu-west-0_Shared_Services10": "SHARED SERVICES TENANT ID", | ||
"eu-west-0_Dev10": "DEV TENANT ID", | ||
"eu-west-0_PreProd10": "PREPROD TENANT ID", | ||
"eu-west-0_Prod10": "PROD TENANT ID" | ||
} | ||
>>>>>>> b6033c5a3fd433e442e96b204dd4bc41dc3c4573 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
<<<<<<< HEAD | ||
domain_name = "domain_name_here" | ||
domain_id = "domain_id_here" | ||
======= | ||
domain_name = "DOMAINE NAME HERE" | ||
>>>>>>> b6033c5a3fd433e442e96b204dd4bc41dc3c4573 | ||
tenant_name = "eu-west-0" | ||
region = "eu-west-0" | ||
region = "eu-west-0" |
4 changes: 2 additions & 2 deletions
4
terraform/scenario/bvpn-dmz-private-multicloud/terraform.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
terraform/scenario/bvpn-dmz-prod-dev-multicloud/terraform.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
terraform/scenario/north-south-filtering-multi-vpc/terraform.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
terraform/scenario/north-south-filtering-single-vpc/terraform.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
domain_name = "OCB000XXXX" | ||
tenant_name = "XXXXXXXXXXXXXX" | ||
tenant_name = "eu-west-0" | ||
region = "eu-west-0" | ||
availability_zone_names = [ | ||
"eu-west-0a", | ||
"eu-west-0b", | ||
"eu-west-0c" | ||
] | ||
|
||
cidr_vpc = "192.168.0.0/16" | ||
cidr_subnet_in = "192.168.1.0/24" | ||
cidr_subnet_out = "192.168.2.0/24" | ||
gateway_in = "192.168.1.1" | ||
gateway_out = "192.168.2.1" | ||
cidr_vpc = "192.170.0.0/16" | ||
cidr_subnet_in = "192.170.1.0/24" | ||
cidr_subnet_out = "192.170.2.0/24" | ||
gateway_in = "192.170.1.1" | ||
gateway_out = "192.170.2.1" |