Skip to content

Commit

Permalink
feat(deps): update terraform terraform-google-modules/bootstrap/googl…
Browse files Browse the repository at this point in the history
…e ( 6.4.0 → 6.5.0 )

| datasource       | package                                   | from  | to    |
| ---------------- | ----------------------------------------- | ----- | ----- |
| terraform-module | terraform-google-modules/bootstrap/google | 6.4.0 | 6.5.0 |


Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent ff1e50b commit 3b18a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armature/prod/gcp/bootstrap/org.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resource "google_folder" "bootstrap" {

module "bootstrap" {
source = "terraform-google-modules/bootstrap/google"
version = "6.4.0"
version = "6.5.0"

org_id = var.org_id
billing_account = var.billing_account
Expand Down

0 comments on commit 3b18a17

Please sign in to comment.