Skip to content

Commit c7a17f9

Browse files
chore(master): release 7.6.0 (terraform-google-modules#180)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4a0a071 commit c7a17f9

File tree

20 files changed

+31
-19
lines changed

20 files changed

+31
-19
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning][semantic-versioning].
88
Extending the adopted spec, each change should have a link to its
99
corresponding pull request appended.
1010

11+
## [7.6.0](https://github.com/terraform-google-modules/terraform-google-iam/compare/v7.5.0...v7.6.0) (2023-04-12)
12+
13+
14+
### Features
15+
16+
* add dns zone IAM submodule ([#181](https://github.com/terraform-google-modules/terraform-google-iam/issues/181)) ([4f6e19d](https://github.com/terraform-google-modules/terraform-google-iam/commit/4f6e19d1e561853dd55106bcb2bcc1c4edc96d45))
17+
18+
19+
### Bug Fixes
20+
21+
* update cloud run tflint ([#179](https://github.com/terraform-google-modules/terraform-google-iam/issues/179)) ([3d72db5](https://github.com/terraform-google-modules/terraform-google-iam/commit/3d72db5b655f9fef5948be5ec7cbb18babb88428))
22+
1123
## [7.5.0](https://github.com/terraform-google-modules/terraform-google-iam/compare/v7.4.1...v7.5.0) (2022-12-30)
1224

1325

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Full examples are in the [examples](./examples/) folder, but basic usage is as f
4242
```hcl
4343
module "projects_iam_bindings" {
4444
source = "terraform-google-modules/iam/google//modules/projects_iam"
45-
version = "~> 8.0"
45+
version = "~> 7.6"
4646
4747
projects = ["project-123456", "project-9876543"]
4848

modules/artifact_registry_iam/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ terraform {
3030
}
3131

3232
provider_meta "google" {
33-
module_name = "blueprints/terraform/terraform-google-iam:artifact_registry_iam/v7.5.0"
33+
module_name = "blueprints/terraform/terraform-google-iam:artifact_registry_iam/v7.6.0"
3434
}
3535

3636
}

modules/audit_config/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-iam:audit_config/v7.5.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:audit_config/v7.6.0"
2929
}
3030

3131
}

modules/bigquery_datasets_iam/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-iam:bigquery_dataset_iam/v7.5.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:bigquery_dataset_iam/v7.6.0"
2929
}
3030

3131
}

modules/billing_accounts_iam/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-iam:billing_accounts_iam/v7.5.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:billing_accounts_iam/v7.6.0"
2929
}
3030

3131
}

modules/cloud_run_services_iam/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-iam:cloud_run_services_iam/v7.5.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:cloud_run_services_iam/v7.6.0"
2929
}
3030

3131
}

modules/custom_role_iam/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-iam:custom_role_iam/v7.5.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:custom_role_iam/v7.6.0"
2929
}
3030

3131
}

modules/dns_zones_iam/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-iam:dns_zone_iam/v7.5.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:dns_zone_iam/v7.6.0"
2929
}
3030

3131
}

modules/folders_iam/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-iam:folders_iam/v7.5.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:folders_iam/v7.6.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)