-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix for Ensure that GA modules don't depend on beta functionality #181 #228
Fix for Ensure that GA modules don't depend on beta functionality #181 #228
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kopachevsky, do we need to remove provider definition in examples or or just update it with stable?
autogen/cluster_regional.tf
Outdated
@@ -193,7 +193,11 @@ resource "google_container_cluster" "primary" { | |||
Create regional node pools | |||
*****************************************/ | |||
resource "google_container_node_pool" "pools" { | |||
{% if private_cluster or beta_cluster %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need beta for "private_cluster" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, will check this remaining one
6492b45
@morgante something wrong with this PR, workload-metadata-config failing with terraform crash, investigating why |
False alarm, issue in previously merged PR |
@kopachevsky
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kopachevsky
Should we wait for integration tests to start passing ?
https://concourse.infra.cft.tips/builds/6551
4b2c0f3
Beta functionality removed fully from public and private cluster modules and related exampled. As long node_pool example used taints that in beta, it switched to public-cluster-beta module from root one. * Fixes #181
Fix for Ensure that GA modules don't depend on beta functionality terraform-google-modules#181
Fixes #181