Skip to content

Commit

Permalink
chore(master): release 5.2.2 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 4, 2023
1 parent 0ba6c56 commit a636f81
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.2.2](https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v5.2.1...v5.2.2) (2023-01-04)


### Bug Fixes

* relax null provider constraint ([#79](https://github.com/terraform-google-modules/terraform-google-org-policy/issues/79)) ([0ba6c56](https://github.com/terraform-google-modules/terraform-google-org-policy/commit/0ba6c56303ec8d92762e41662a609e52a038af30))
* specify rules variable type in org_policy_v2 ([#73](https://github.com/terraform-google-modules/terraform-google-org-policy/issues/73)) ([8ef6e1f](https://github.com/terraform-google-modules/terraform-google-org-policy/commit/8ef6e1fb6a4028cb9b69c07fd0f92cb5bfda2cc0))

## [5.2.1](https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v5.2.0...v5.2.1) (2022-12-29)


Expand Down
2 changes: 1 addition & 1 deletion modules/bucket_policy_only/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-org-policy:bucket_policy_only/v5.2.1"
module_name = "blueprints/terraform/terraform-google-org-policy:bucket_policy_only/v5.2.2"
}

}
2 changes: 1 addition & 1 deletion modules/domain_restricted_sharing/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-org-policy:domain_restricted_sharing/v5.2.1"
module_name = "blueprints/terraform/terraform-google-org-policy:domain_restricted_sharing/v5.2.2"
}

}
2 changes: 1 addition & 1 deletion modules/org_policy_v2/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-org-policy:org_policy_v2/v5.2.1"
module_name = "blueprints/terraform/terraform-google-org-policy:org_policy_v2/v5.2.2"
}

}
2 changes: 1 addition & 1 deletion modules/restrict_vm_external_ips/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-org-policy:restrict_vm_external_ips/v5.2.1"
module_name = "blueprints/terraform/terraform-google-org-policy:restrict_vm_external_ips/v5.2.2"
}

}
2 changes: 1 addition & 1 deletion modules/skip_default_network/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-org-policy:skip_default_network/v5.2.1"
module_name = "blueprints/terraform/terraform-google-org-policy:skip_default_network/v5.2.2"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-org-policy/v5.2.1"
module_name = "blueprints/terraform/terraform-google-org-policy/v5.2.2"
}

}

0 comments on commit a636f81

Please sign in to comment.