Skip to content

Commit 822c35d

Browse files
updated minimum cosntraint for hierarchical firewall policy
1 parent 03507ea commit 822c35d

File tree

2 files changed

+3
-3
lines changed
  • 3-networks-dual-svpc/modules/hierarchical_firewall_policy
  • 3-networks-hub-and-spoke/modules/hierarchical_firewall_policy

2 files changed

+3
-3
lines changed

3-networks-dual-svpc/modules/hierarchical_firewall_policy/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 3.50"
22+
version = ">= 3.82"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 3.50"
26+
version = ">= 3.82"
2727
}
2828
random = {
2929
source = "hashicorp/random"

3-networks-hub-and-spoke/modules/hierarchical_firewall_policy/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)