Merge branch 'master' into lcaggio/cloudsql-shared

This commit is contained in:
Ludovico Magnocavallo
2022-09-09 07:44:25 +01:00
committed by GitHub
66 changed files with 2097 additions and 176 deletions

View File

@@ -37,7 +37,7 @@ variable "folder_id" {
}
variable "project_id" {
default = "projects/project-id"
default = "project-id"
}
variable "region" {

View File

@@ -35,6 +35,8 @@ module "stage" {
service_accounts = {
data-platform-dev = "string"
data-platform-prod = "string"
gke-dev = "string"
gke-prod = "string"
project-factory-dev = "string"
project-factory-prod = "string"
}

View File

@@ -40,6 +40,8 @@ module "stage" {
service_accounts = {
data-platform-dev = "string"
data-platform-prod = "string"
gke-dev = "string"
gke-prod = "string"
project-factory-dev = "string"
project-factory-prod = "string"
}

View File

@@ -39,6 +39,7 @@ def test_vpn_peering_parity(e2e_plan_runner):
for VPN and VPC peering resources'''
_, plan_peering = e2e_plan_runner(fixture_path=FIXTURE_PEERING)
_, plan_vpn = e2e_plan_runner(fixture_path=FIXTURE_VPN)
ddiff = DeepDiff(plan_vpn, plan_peering, ignore_order=True,
group_by='address', view='tree')

View File

@@ -40,6 +40,8 @@ module "stage" {
service_accounts = {
data-platform-dev = "string"
data-platform-prod = "string"
gke-dev = "string"
gke-prod = "string"
project-factory-dev = "string"
project-factory-prod = "string"
}