-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump hashicorp/google from 6.12.0 to 6.14.1 in /toll-infrastructure in the all-dependencies group #190
Conversation
Bumps the all-dependencies group in /toll-infrastructure with 1 update: [hashicorp/google](https://github.com/hashicorp/terraform-provider-google). Updates `hashicorp/google` from 6.12.0 to 6.14.1 - [Release notes](https://github.com/hashicorp/terraform-provider-google/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-google@v6.12.0...v6.14.1) --- updated-dependencies: - dependency-name: hashicorp/google dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Quality Gate passedIssues Measures |
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Terraform plan in toll-infrastructure Plan: 3 to add, 0 to change, 0 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# google_pubsub_subscription.toll-booth-entry-subscription will be created
+ resource "google_pubsub_subscription" "toll-booth-entry-subscription" {
+ ack_deadline_seconds = (known after apply)
+ effective_labels = {
+ "goog-terraform-provisioned" = "true"
}
+ id = (known after apply)
+ message_retention_duration = "604800s"
+ name = "toll-booth-entry"
+ project = "playground-272019"
+ terraform_labels = {
+ "goog-terraform-provisioned" = "true"
}
+ topic = "projects/playground-272019/topics/toll-booth-entry"
}
# google_pubsub_subscription.toll-booth-exit-subscription will be created
+ resource "google_pubsub_subscription" "toll-booth-exit-subscription" {
+ ack_deadline_seconds = (known after apply)
+ effective_labels = {
+ "goog-terraform-provisioned" = "true"
}
+ id = (known after apply)
+ message_retention_duration = "604800s"
+ name = "toll-booth-exit"
+ project = "playground-272019"
+ terraform_labels = {
+ "goog-terraform-provisioned" = "true"
}
+ topic = "projects/playground-272019/topics/toll-booth-exit"
}
# google_pubsub_subscription.vehicle-registration-subscription will be created
+ resource "google_pubsub_subscription" "vehicle-registration-subscription" {
+ ack_deadline_seconds = (known after apply)
+ effective_labels = {
+ "goog-terraform-provisioned" = "true"
}
+ id = (known after apply)
+ message_retention_duration = "604800s"
+ name = "vehicle-registration"
+ project = "playground-272019"
+ terraform_labels = {
+ "goog-terraform-provisioned" = "true"
}
+ topic = "projects/playground-272019/topics/vehicle-registration"
}
Plan: 3 to add, 0 to change, 0 to destroy. 📝 Plan generated in Terraform plan #88 |
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the all-dependencies group in /toll-infrastructure with 1 update: hashicorp/google.
Updates
hashicorp/google
from 6.12.0 to 6.14.1Release notes
Sourced from hashicorp/google's releases.
... (truncated)
Changelog
Sourced from hashicorp/google's changelog.
... (truncated)
Commits
95ea377
Update CHANGELOG.md7132039
Add legacy long form project to compute firewall policy rule (#12563) (#20733)6018856
6.14 CHANGELOG (#20684)e593a77
Revert "Etag support for ACM service perimeters" (#12568) (#20691)b9d7dd7
Fix settings.data_cache_config permadiff when set to false (#12496) (#20656)6b67946
compute: Implement graceful switch for metadata_startup_script (#12360) (#20655)a78549e
Add headers to Hosting Version (#12527) (#20654)e607496
Fix TF: unskip test TestAccDataprocVirtualCluster_basic (#12530) (#20653)ac5217d
Fixed sweeping of incidentally-created queues (#12529) (#20652)6131402
TeamCity: Remove test project forFEATURE-BRANCH-ephemeral-resource
(#11933...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions