File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616
1717module "domain-restricted-sharing" {
1818 source = " terraform-google-modules/org-policy/google//modules/domain_restricted_sharing"
19- version = " ~> 6 .0"
19+ version = " ~> 7 .0"
2020
2121 policy_for = " organization"
2222 organization_id = var. organization_id
@@ -25,23 +25,23 @@ module "domain-restricted-sharing" {
2525
2626module "skip-default-network" {
2727 source = " terraform-google-modules/org-policy/google//modules/skip_default_network"
28- version = " ~> 6 .0"
28+ version = " ~> 7 .0"
2929
3030 policy_for = " organization"
3131 organization_id = var. organization_id
3232}
3333
3434module "bucket-policy-only" {
3535 source = " terraform-google-modules/org-policy/google//modules/bucket_policy_only"
36- version = " ~> 6 .0"
36+ version = " ~> 7 .0"
3737
3838 policy_for = " organization"
3939 organization_id = var. organization_id
4040}
4141
4242module "restrict-vm-external-ips" {
4343 source = " terraform-google-modules/org-policy/google//modules/restrict_vm_external_ips"
44- version = " ~> 6 .0"
44+ version = " ~> 7 .0"
4545
4646 policy_for = " organization"
4747 organization_id = var. organization_id
Original file line number Diff line number Diff line change 1919 *****************************************/
2020module "org-disable-serial-port-access-deny-all-with-excludes" {
2121 source = " terraform-google-modules/org-policy/google"
22- version = " ~> 6 .0"
22+ version = " ~> 7 .0"
2323
2424 policy_for = " organization"
2525 organization_id = var. organization_id
Original file line number Diff line number Diff line change 1919 *****************************************/
2020module "org-policy" {
2121 source = " terraform-google-modules/org-policy/google"
22- version = " ~> 6 .0"
22+ version = " ~> 7 .0"
2323
2424 policy_for = " project"
2525 project_id = var. project_id
Original file line number Diff line number Diff line change 1919 *****************************************/
2020module "org-policy" {
2121 source = " terraform-google-modules/org-policy/google"
22- version = " ~> 6 .0"
22+ version = " ~> 7 .0"
2323
2424 policy_for = " folder"
2525 folder_id = var. folder_id
Original file line number Diff line number Diff line change 1919 *****************************************/
2020module "org-policy" {
2121 source = " terraform-google-modules/org-policy/google"
22- version = " ~> 6 .0"
22+ version = " ~> 7 .0"
2323
2424 policy_for = " organization"
2525 organization_id = var. organization_id
You can’t perform that action at this time.
0 commit comments