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 v3
  • Loading branch information
renovate[bot] committed May 16, 2023
1 parent 83a8be2 commit 1c13ddf
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 = "~> 2.0"
version = "~> 3.0"
project_id = module.enabled_google_apis.project_id
region = var.region
router = "safer-router"
Expand Down

0 comments on commit 1c13ddf

Please sign in to comment.