Skip to content

Commit

Permalink
chore(master): release 7.6.0 (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Apr 24, 2023
1 parent 4a0a071 commit c7a17f9
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 19 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning][semantic-versioning].
Extending the adopted spec, each change should have a link to its
corresponding pull request appended.

## [7.6.0](https://github.com/terraform-google-modules/terraform-google-iam/compare/v7.5.0...v7.6.0) (2023-04-12)


### Features

* 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))


### Bug Fixes

* 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))

## [7.5.0](https://github.com/terraform-google-modules/terraform-google-iam/compare/v7.4.1...v7.5.0) (2022-12-30)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Full examples are in the [examples](./examples/) folder, but basic usage is as f
```hcl
module "projects_iam_bindings" {
source = "terraform-google-modules/iam/google//modules/projects_iam"
version = "~> 8.0"
version = "~> 7.6"
projects = ["project-123456", "project-9876543"]
Expand Down
2 changes: 1 addition & 1 deletion modules/artifact_registry_iam/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-iam:artifact_registry_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:artifact_registry_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/audit_config/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-iam:audit_config/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:audit_config/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/bigquery_datasets_iam/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-iam:bigquery_dataset_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:bigquery_dataset_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/billing_accounts_iam/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-iam:billing_accounts_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:billing_accounts_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/cloud_run_services_iam/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-iam:cloud_run_services_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:cloud_run_services_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/custom_role_iam/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-iam:custom_role_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:custom_role_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/dns_zones_iam/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-iam:dns_zone_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:dns_zone_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/folders_iam/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-iam:folders_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:folders_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/kms_crypto_keys_iam/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-iam:kms_crypto_keys_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:kms_crypto_keys_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/kms_key_rings_iam/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-iam:kms_key_rings_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:kms_key_rings_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/member_iam/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-iam:member_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:member_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/organizations_iam/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-iam:organizations_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:organizations_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/projects_iam/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-iam:projects_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:projects_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/pubsub_subscriptions_iam/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-iam:pubsub_subscriptions_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:pubsub_subscriptions_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/pubsub_topics_iam/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-iam:pubsub_topics_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:pubsub_topics_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/service_accounts_iam/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-iam:service_accounts_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:service_accounts_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/storage_buckets_iam/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-iam:storage_buckets_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:storage_buckets_iam/v7.6.0"
}

}
2 changes: 1 addition & 1 deletion modules/subnets_iam/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-iam:subnets_iam/v7.5.0"
module_name = "blueprints/terraform/terraform-google-iam:subnets_iam/v7.6.0"
}

}

0 comments on commit c7a17f9

Please sign in to comment.