Skip to content

Commit 07c4031

Browse files
chore(master): release 7.7.0 (#191)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Awais Malik <malik.awais@gmail.com>
1 parent 6624911 commit 07c4031

File tree

22 files changed

+29
-21
lines changed

22 files changed

+29
-21
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ 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.7.0](https://github.com/terraform-google-modules/terraform-google-iam/compare/v7.6.0...v7.7.0) (2023-09-11)
12+
13+
14+
### Features
15+
16+
* add iam submodule for tag keys and values ([#190](https://github.com/terraform-google-modules/terraform-google-iam/issues/190)) ([91ff044](https://github.com/terraform-google-modules/terraform-google-iam/commit/91ff044511481248165cdfcb9cf5e1d5f9b48d77))
17+
* set permissions and member field optional in custom-role sub-module ([#195](https://github.com/terraform-google-modules/terraform-google-iam/issues/195)) ([e5da8da](https://github.com/terraform-google-modules/terraform-google-iam/commit/e5da8daa1359713007f08220456cf9f35685aeb9))
18+
1119
## [7.6.0](https://github.com/terraform-google-modules/terraform-google-iam/compare/v7.5.0...v7.6.0) (2023-04-12)
1220

1321

README.md

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

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.6.0"
33+
module_name = "blueprints/terraform/terraform-google-iam:artifact_registry_iam/v7.7.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.6.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:audit_config/v7.7.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.6.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:bigquery_dataset_iam/v7.7.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.6.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:billing_accounts_iam/v7.7.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.6.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:cloud_run_services_iam/v7.7.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.6.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:custom_role_iam/v7.7.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.6.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:dns_zone_iam/v7.7.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.6.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:folders_iam/v7.7.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)