Added conditional project designation feature for relevant modules.

This commit is contained in:
2025-03-31 21:17:33 +02:00
parent fadc7573cb
commit e7222382f1
13 changed files with 89 additions and 20 deletions
+14 -4
View File
@@ -7,8 +7,18 @@ There are two submodules:
* Network - a module that creates a VPC with defined subnets
* Cloud VPN - a module that creates a Cloud VPN
Compute Engine free tier regions:
Compute Engine free tier regions:
* Oregon - **us-west1**
* Iowa - **us-central1**
* South Carolina - **us-east1**
* Oregon (**us-west1**)
* `us-west1-a`
* `us-west1-b`
* `us-west1-c`
* Iowa (**us-central1**)
* `us-central1-a`
* `us-central1-b`
* `us-central1-c`
* `us-central1-f`
* South Carolina (**us-east1**)
* `us-east1-b`
* `us-east1-c`
* `us-east1-d`