Skip to content

Commit

Permalink
Update "google" provider in OFE from 3.x to 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitramu committed Jun 21, 2023
1 parent 19b0e9a commit aca60bf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions community/front-end/ofe/tf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ limitations under the License.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 3.0 |
| <a name="requirement_google-beta"></a> [google-beta](#requirement\_google-beta) | ~> 3.0 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 4.0 |
| <a name="requirement_google-beta"></a> [google-beta](#requirement\_google-beta) | ~> 4.0 |
| <a name="requirement_null"></a> [null](#requirement\_null) | >= 1.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | ~> 3.0 |
| <a name="provider_google"></a> [google](#provider\_google) | ~> 4.0 |
| <a name="provider_null"></a> [null](#provider\_null) | >= 1.0 |

## Modules

| Name | Source | Version |
|------|--------|---------|
| <a name="module_control_bucket"></a> [control\_bucket](#module\_control\_bucket) | terraform-google-modules/cloud-storage/google | ~> 2.2 |
| <a name="module_control_bucket"></a> [control\_bucket](#module\_control\_bucket) | terraform-google-modules/cloud-storage/google | ~> 3.0 |
| <a name="module_network"></a> [network](#module\_network) | ./network | n/a |
| <a name="module_pubsub"></a> [pubsub](#module\_pubsub) | terraform-google-modules/pubsub/google | ~> 1.8 |
| <a name="module_service_account"></a> [service\_account](#module\_service\_account) | terraform-google-modules/service-accounts/google | ~> 4.1 |
Expand Down
2 changes: 1 addition & 1 deletion community/front-end/ofe/tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module "service_account" {

module "control_bucket" {
source = "terraform-google-modules/cloud-storage/google"
version = "~> 2.2"
version = "~> 3.0"

project_id = var.project_id
names = ["storage"]
Expand Down
4 changes: 2 additions & 2 deletions community/front-end/ofe/tf/network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ limitations under the License.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 3.0 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 4.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | ~> 3.0 |
| <a name="provider_google"></a> [google](#provider\_google) | ~> 4.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion community/front-end/ofe/tf/network/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 3.0"
version = "~> 4.0"
}
}
}
4 changes: 2 additions & 2 deletions community/front-end/ofe/tf/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 3.0"
version = "~> 4.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 3.0"
version = "~> 4.0"
}
null = {
version = ">= 1.0"
Expand Down

0 comments on commit aca60bf

Please sign in to comment.