zioproto / github-issues-ai-assistant

MIT License
0 stars 1 forks source link

demo issue #14

Open zioproto opened 1 year ago

zioproto commented 1 year ago

Is there an existing issue for this?

Description

AKS API Server VNet Integration. The product is still in preview but let's track it in a GitHub issue so we are ready to merge a PR as soon is promoted to GA.

Status:

New or Affected Resource(s)/Data Source(s)

azurerm_kubernetes_cluster

Potential Terraform Configuration

variable "vnet_integration_enabled" {
  type        = bool
  default     = false
  description = "(Optional) Should API Server VNet Integration be enabled? For more details please visit Use API Server VNet Integration."
}

resource "azurerm_kubernetes_cluster" "main" {
   [..CUT..]
   vnet_integration_enabled = var.vnet_integration_enabled
   [..CUT..]

}

References

No response

github-actions[bot] commented 1 year ago

This GitHub issue is about tracking the AKS API Server VNet Integration, which is still in preview. The issue includes information about the implementation in the Terraform provider and a potential Terraform configuration. The affected resource is the azurerm_kubernetes_cluster. There are no references or responses provided.