Skip to content

Add support for service_external_ips_config to GKE cluster modules #1925

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

Closed

Conversation

luigi-bitonti
Copy link
Contributor

Variable service_external_ips_config was added to GKE Autopilot and Standard module.

Checklist

I applicable, I acknowledge that I have:

  • Read the contributing guide
  • Ran terraform fmt on all modified files
  • Regenerated the relevant README.md files using tools/tfdoc.py
  • Made sure all relevant tests pass

Copy link
Collaborator

@juliocc juliocc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead a of a new variable, can you add a new field to var.eanble_features?

@@ -110,6 +110,9 @@ resource "google_container_cluster" "cluster" {
enabled = var.backup_configs.enable_backup_agent
}
}
service_external_ips_config {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make the block dynamic like (see the surrounding blocks)

@luigi-bitonti luigi-bitonti force-pushed the gke_module branch 9 times, most recently from 8da6930 to 77fed17 Compare December 22, 2023 11:02
@ludoo ludoo changed the title Added variable in gke standard and autopilot modules Added support for service_external_ips_config to GKE cluster modules Dec 27, 2023
@ludoo ludoo changed the title Added support for service_external_ips_config to GKE cluster modules Add support for service_external_ips_config to GKE cluster modules Dec 27, 2023
ludoo
ludoo previously approved these changes Dec 27, 2023
@ludoo ludoo dismissed their stale review December 27, 2023 07:29

waiting for comment to be resolved

@juliocc
Copy link
Collaborator

juliocc commented Jan 5, 2024

@luigi-bitonti I'm closing this. Feel free to reopen if you want to address the comments above

@juliocc juliocc closed this Jan 5, 2024
@luigi-bitonti
Copy link
Contributor Author

@luigi-bitonti I'm closing this. Feel free to reopen if you want to address the comments above

Hi Julio, I opened this PR with the changes you requested (dynamic block): #1970

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants