Skip to content

Commit

Permalink
feat(terraform-provider): update terraform google-beta to 4.79.0 (#2632)
Browse files Browse the repository at this point in the history
| datasource         | package               | from   | to     |
| ------------------ | --------------------- | ------ | ------ |
| terraform-provider | hashicorp/google-beta | 4.67.0 | 4.79.0 |

Signed-off-by: Anthony Rabbito <hello@anthonyrabbito.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 26, 2023
1 parent a44f7e7 commit 51a83da
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
26 changes: 13 additions & 13 deletions armature/prod/gcp/kutara/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion armature/prod/gcp/kutara/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}
google-beta = {
source = "hashicorp/google-beta"
version = "4.67.0"
version = "4.79.0"
}
}
}
Expand Down
26 changes: 13 additions & 13 deletions armature/prod/gcp/top22/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion armature/prod/gcp/top22/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}
google-beta = {
source = "hashicorp/google-beta"
version = "4.67.0"
version = "4.79.0"
}
}
}
Expand Down

0 comments on commit 51a83da

Please sign in to comment.