Skip to content

Commit

Permalink
feat: Update google provider (#83)
Browse files Browse the repository at this point in the history
* update google provider

* updapte docs
  • Loading branch information
George Scott committed Sep 18, 2023
1 parent 30bf790 commit 30d4243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resources that lack official modules.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.0 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 4.31 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 4.82 |
| <a name="requirement_kubernetes"></a> [kubernetes](#requirement\_kubernetes) | ~> 2.23 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.31"
version = "~> 4.82"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit 30d4243

Please sign in to comment.