Skip to content

Commit

Permalink
chore: upgraded versions.tf to include minor bumps from tpg v5 (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
g-awmalik and apeabody authored Oct 27, 2023
1 parent 38af20d commit 4456230
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 125 deletions.
31 changes: 0 additions & 31 deletions examples/bastion_group/versions.tf

This file was deleted.

24 changes: 0 additions & 24 deletions examples/iap_tunneling/versions.tf

This file was deleted.

31 changes: 0 additions & 31 deletions examples/simple_example/versions.tf

This file was deleted.

2 changes: 1 addition & 1 deletion examples/two_service_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ You can also try SSHing to the other host, priv-host-a-2. This should work. Try

## Outputs

No output.
No outputs.

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
31 changes: 0 additions & 31 deletions examples/two_service_example/versions.tf

This file was deleted.

4 changes: 2 additions & 2 deletions modules/bastion-group/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 5.0"
version = ">= 3.53, < 6"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.53, < 5.0"
version = ">= 3.53, < 6"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion modules/iap-tunneling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ the necessary APIs enabled.

## Outputs

No output.
No outputs.

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

Expand Down
2 changes: 1 addition & 1 deletion modules/iap-tunneling/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 5.0"
version = ">= 3.53, < 6"
}
}
provider_meta "google" {
Expand Down
2 changes: 1 addition & 1 deletion test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "project_ci" {
source = "terraform-google-modules/project-factory/google"
version = "~> 10.0"
version = "~> 14.0"
name = "ci-bastion-module"
random_project_id = true
org_id = var.org_id
Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 5.0"
version = ">= 3.53, < 6"
}
random = {
source = "hashicorp/random"
version = "~> 3.0"
version = ">= 3.0"
}
}
provider_meta "google" {
Expand Down

0 comments on commit 4456230

Please sign in to comment.