Skip to content

Commit

Permalink
Merge pull request #35 from isovalent/bump-upstream
Browse files Browse the repository at this point in the history
bump: upstream
  • Loading branch information
darox authored May 14, 2024
2 parents 870b87b + 9f80507 commit 5c9f6e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This module depends on the following external tools:

| Name | Source | Version |
|------|--------|---------|
| <a name="module_main"></a> [main](#module\_main) | terraform-google-modules/kubernetes-engine/google | 30.0.0 |
| <a name="module_main"></a> [main](#module\_main) | terraform-google-modules/kubernetes-engine/google | 30.3.0 |

## Resources

Expand Down
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module "main" {
source = "terraform-google-modules/kubernetes-engine/google"
version = "30.0.0"
version = "30.3.0"

cluster_resource_labels = var.tags
ip_range_pods = var.pod_cidr_name
Expand Down Expand Up @@ -94,4 +94,4 @@ locals {
external_ips = [
for value in data.external.external_ips.result : jsondecode(value).networkInterfaces[0].accessConfigs[0].natIP
]
}
}

0 comments on commit 5c9f6e4

Please sign in to comment.