Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

Updates for warnings and deprecations #47

Merged
merged 2 commits into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ resource "google_container_cluster" "primary" {
private_cluster_config {
enable_private_nodes = true
master_ipv4_cidr_block = "10.0.90.0/28"
enable_private_endpoint = false
}

// (Required for private cluster, optional otherwise) network (cidr) from which cluster is accessible
Expand Down
1 change: 0 additions & 1 deletion terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ limitations under the License.
provider "google" {
project = var.project
region = var.region
version = "~> 2.17.0"
}