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

cosmetic enhancement : for each subnet allow to pass an optional name along with cidr/newbits/id #989

Open
Umashankar-S opened this issue Feb 18, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Umashankar-S
Copy link

Umashankar-S commented Feb 18, 2025

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

When OKE module creates Subnets the Display Name of Subnets. are cp- ,worker-clustername,operator- etc .. Request if we can allow an enhancement to OKE Module to support display_name or name of the subnet as a parameter.

New or Affected Resource(s)

Potential Terraform Configuration

module "oke_clus1" {  ...
subnets = {
  bastion  = { newbits = 13, netnum = 0, display_name = "bastion", create="never"  } 
  operator = { cidr = "10.104.17.0/24", display_name = "OKEUATCICD", create="always" }
  cp       = { cidr = "10.104.16.0/24" , display_name = "UATOKECP", create="always" }
  int_lb   = { cidr = "10.104.18.0/23" , display_name = "OKEUATLBPRIV", create="always" }
  pub_lb   = { cidr = "10.104.60.0/25" , display_name = "OKEUATLBPUB", create="never" }
  workers  = { cidr = "10.104.0.0/20",  display_name = "OKEUATWN01", create="always" }
  pods     = { newbits = 2, netnum = 2, display_name = "pods", create="never" }
}
}

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant