Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the enable_private_endpoint in main.tf #54

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mlinkon
Copy link

@mlinkon mlinkon commented Jan 21, 2020

Added the enable_private_endpoint = true in terraform/main.tf to resolve the following issue:
Error: Missing required argument

on main.tf line 130, in resource "google_container_cluster" "primary":
130: private_cluster_config {

The argument "enable_private_endpoint" is required, but no definition was
found.

Added the enable_private_endpoint = true in terraform/main.tf to resolve the following issue:
Error: Missing required argument

  on main.tf line 130, in resource "google_container_cluster" "primary":
 130:   private_cluster_config {

The argument "enable_private_endpoint" is required, but no definition was
found.
@helmsman-bot
Copy link

Can one of the admins verify this patch?

@google-oss-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: mlinkon
To complete the pull request process, please assign robinpercy
You can assign the PR to them by writing /assign @robinpercy in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mlinkon
Copy link
Author

mlinkon commented Jan 21, 2020

/assign @robinpercy

Updated the value of enable_private_endpoint to false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants