Skip to content

Commit 1126212

Browse files
committed
chore(deps): update terraform github.com/googlecloudplatform/cloud-foundation-fabric to v36.1.0
1 parent 0628b6d commit 1126212

12 files changed

Lines changed: 23 additions & 23 deletions

File tree

execution/00-bootstrap/gcs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
module "google_storage_bucket" {
16-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/gcs?ref=v31.1.0"
16+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/gcs?ref=v36.1.0"
1717
project_id = var.bootstrap_project_id
1818
name = var.gcs_bucket_name
1919
location = var.gcs_bucket_location

execution/00-bootstrap/iam.tf

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*********************************************/
1919

2020
module "organization" {
21-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v34.1.0"
21+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v36.1.0"
2222
project_id = var.bootstrap_project_id
2323
name = var.organization_sa_name
2424
iam = {
@@ -46,7 +46,7 @@ module "organization" {
4646
*********************************************/
4747

4848
module "networking" {
49-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v31.1.0"
49+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v36.1.0"
5050
project_id = var.bootstrap_project_id
5151
name = var.networking_sa_name
5252
iam = {
@@ -77,7 +77,7 @@ module "networking" {
7777
*********************************************/
7878

7979
module "security" {
80-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v31.1.0"
80+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v36.1.0"
8181
project_id = var.bootstrap_project_id
8282
name = var.security_sa_name
8383
iam = {
@@ -100,7 +100,7 @@ module "security" {
100100
*********************************************/
101101

102102
module "cloudsql_producer" {
103-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v31.1.0"
103+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v36.1.0"
104104
project_id = var.bootstrap_project_id
105105
name = var.producer_cloudsql_sa_name
106106
iam = {
@@ -123,7 +123,7 @@ module "cloudsql_producer" {
123123
*********************************************/
124124

125125
module "alloydb_producer" {
126-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v31.1.0"
126+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v36.1.0"
127127
project_id = var.bootstrap_project_id
128128
name = var.producer_alloydb_sa_name
129129
iam = {
@@ -146,7 +146,7 @@ module "alloydb_producer" {
146146
*********************************************/
147147

148148
module "mrc_producer" {
149-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v31.1.0"
149+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v36.1.0"
150150
project_id = var.bootstrap_project_id
151151
name = var.producer_mrc_sa_name
152152
iam = {
@@ -169,7 +169,7 @@ module "mrc_producer" {
169169
*********************************************/
170170

171171
module "vertex_producer" {
172-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v31.1.0"
172+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v36.1.0"
173173
project_id = var.bootstrap_project_id
174174
name = var.producer_vertex_sa_name
175175
iam = {
@@ -192,7 +192,7 @@ module "vertex_producer" {
192192
*********************************************/
193193

194194
module "gke_producer" {
195-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v31.1.0"
195+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v36.1.0"
196196
project_id = var.bootstrap_project_id
197197
name = var.producer_gke_sa_name
198198
iam = {
@@ -219,7 +219,7 @@ module "gke_producer" {
219219
*****************************************************/
220220

221221
module "networking_manual" {
222-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v31.1.0"
222+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v36.1.0"
223223
project_id = var.bootstrap_project_id
224224
name = var.networking_manual_sa_name
225225
iam = {
@@ -245,7 +245,7 @@ module "networking_manual" {
245245
*********************************************/
246246

247247
module "gce_consumer" {
248-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v31.1.0"
248+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v36.1.0"
249249
project_id = var.bootstrap_project_id
250250
name = var.consumer_gce_sa_name
251251
iam = {
@@ -272,7 +272,7 @@ module "gce_consumer" {
272272
*********************************************/
273273

274274
module "cloudrun_consumer" {
275-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v31.1.0"
275+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v36.1.0"
276276
project_id = var.bootstrap_project_id
277277
name = var.consumer_cloudrun_sa_name
278278
iam = {

execution/02-networking/havpn.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module "havpn" {
1616
count = var.create_havpn ? 1 : 0
17-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpn-ha?ref=v36.0.1"
17+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpn-ha?ref=v36.1.0"
1818
project_id = var.project_id
1919
region = var.region
2020
network = local.network_id

execution/02-networking/interconnect.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "google_compute_router" "interconnect-router" {
3232

3333
module "vlan_attachment_a" {
3434
count = var.create_interconnect ? 1 : 0
35-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vlan-attachment?ref=v36.0.1"
35+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vlan-attachment?ref=v36.1.0"
3636
network = local.network_name
3737
project_id = var.project_id
3838
region = var.region
@@ -58,7 +58,7 @@ module "vlan_attachment_a" {
5858

5959
module "vlan_attachment_b" {
6060
count = var.create_interconnect ? 1 : 0
61-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vlan-attachment?ref=v36.0.1"
61+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vlan-attachment?ref=v36.1.0"
6262
network = local.network_name
6363
project_id = var.project_id
6464
region = var.region

execution/02-networking/nat.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module "nat" {
1616
count = var.create_nat ? 1 : 0
17-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-cloudnat?ref=v36.0.1"
17+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-cloudnat?ref=v36.1.0"
1818
project_id = var.project_id
1919
region = var.region
2020
name = var.nat_name

execution/03-security/AlloyDB/firewall.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
module "alloydb_firewall" {
16-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpc-firewall?ref=v30.0.0"
16+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpc-firewall?ref=v36.1.0"
1717
project_id = var.project_id
1818
network = var.network
1919
default_rules_config = var.default_rules_config

execution/03-security/CloudSQL/firewall.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
module "cloudsql_firewall" {
16-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpc-firewall?ref=v30.0.0"
16+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpc-firewall?ref=v36.1.0"
1717
project_id = var.project_id
1818
network = var.network
1919
default_rules_config = var.default_rules_config

execution/03-security/GCE/firewall.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
module "ssh_firewall" {
16-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpc-firewall?ref=v30.0.0"
16+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpc-firewall?ref=v36.1.0"
1717
project_id = var.project_id
1818
network = var.network
1919
default_rules_config = var.default_rules_config

execution/03-security/MRC/firewall.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
module "mrc_firewall" {
16-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpc-firewall?ref=v31.1.0"
16+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpc-firewall?ref=v36.1.0"
1717
project_id = var.project_id
1818
network = var.network
1919
default_rules_config = var.default_rules_config

execution/04-producer/CloudSQL/sql.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
module "cloudsql" {
16-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/cloudsql-instance?ref=v31.1.0"
16+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/cloudsql-instance?ref=v36.1.0"
1717
for_each = { for cloudsql in local.instance_list : cloudsql.name => cloudsql }
1818
project_id = each.value.project_id
1919
name = each.value.name

0 commit comments

Comments
 (0)