Skip to content

Commit

Permalink
Updates for warnings and deprecations (#47)
Browse files Browse the repository at this point in the history
rocpoc authored Oct 26, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c2f38ae commit c1b96ac
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion terraform/provider.tf
Original file line number Diff line number Diff line change
@@ -18,6 +18,5 @@ limitations under the License.
provider "google" {
project = var.project
region = var.region
version = "~> 2.17.0"
}

0 comments on commit c1b96ac

Please sign in to comment.