Skip to content

Commit 919b625

Browse files
chore: release 7.4.0 (#150)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 44cd5d1 commit 919b625

File tree

17 files changed

+28
-16
lines changed

17 files changed

+28
-16
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.4.0](https://www.github.com/terraform-google-modules/terraform-google-iam/compare/v7.3.0...v7.4.0) (2021-12-04)
12+
13+
14+
### Features
15+
16+
* Update version constraints to allow 4.0 ([#149](https://www.github.com/terraform-google-modules/terraform-google-iam/issues/149)) ([44cd5d1](https://www.github.com/terraform-google-modules/terraform-google-iam/commit/44cd5d12dfd694b34f2f1c491e13229fd3455bf8))
17+
18+
19+
### Bug Fixes
20+
21+
* update expected service_account_id format in service_accounts_iam module docs ([#147](https://www.github.com/terraform-google-modules/terraform-google-iam/issues/147)) ([d35e19b](https://www.github.com/terraform-google-modules/terraform-google-iam/commit/d35e19b3a0a4865041cc9c452a0f4cc74de89db1))
22+
1123
## [7.3.0](https://www.github.com/terraform-google-modules/terraform-google-iam/compare/v7.2.0...v7.3.0) (2021-10-20)
1224

1325

modules/artifact_registry_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:artifact_registry_iam/v7.3.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:artifact_registry_iam/v7.4.0"
2929
}
3030

3131
}

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.3.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:audit_config/v7.4.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.3.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:bigquery_dataset_iam/v7.4.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.3.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:billing_accounts_iam/v7.4.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.3.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:custom_role_iam/v7.4.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.3.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:folders_iam/v7.4.0"
2929
}
3030

3131
}

modules/kms_crypto_keys_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:kms_crypto_keys_iam/v7.3.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:kms_crypto_keys_iam/v7.4.0"
2929
}
3030

3131
}

modules/kms_key_rings_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:kms_key_rings_iam/v7.3.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:kms_key_rings_iam/v7.4.0"
2929
}
3030

3131
}

modules/member_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:member_iam/v7.3.0"
28+
module_name = "blueprints/terraform/terraform-google-iam:member_iam/v7.4.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)