Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Terraform modules for Azure Kubernetes Service (AKS)

License

Notifications You must be signed in to change notification settings

dbalcomb/terraform-azurerm-aks

Repository files navigation

Azure Kubernetes Service (AKS) Terraform Modules

Terraform modules for Azure Kubernetes Service (AKS).

Upgrade

Upgrading to use the azurerm provider 2.0 requires the following commands as the user_impersonation scope is no longer automatically provided. The scope identifiers can be obtained from the existing state.

terraform import module.${MODULE_NAME}.module.service_principal.random_uuid.user_impersonation_scope ${SCOPE_ID_1}
terraform import module.${MODULE_NAME}.module.rbac.module.server.random_uuid.user_impersonation_scope ${SCOPE_ID_2}

Modules

This project provides the following submodules to configure the cluster:

Dependencies

This project requires the following external dependencies:

Related

To do

The following is a list of potential future features that need further support and/or investigation before adding them to the project:

Blockers

References

About

Terraform modules for Azure Kubernetes Service (AKS)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published