Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/cloud-nat/goog…
Browse files Browse the repository at this point in the history
…le to v4 (#1677)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 21, 2023
1 parent 18b6fb9 commit 4abaa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/safer_cluster_iap_bastion/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module "vpc" {

module "cloud-nat" {
source = "terraform-google-modules/cloud-nat/google"
version = "~> 3.0"
version = "~> 4.0"
project_id = module.enabled_google_apis.project_id
region = var.region
router = "safer-router"
Expand Down

0 comments on commit 4abaa70

Please sign in to comment.