+
+
+ ## Description
The "terraform-azurerm-wayfinder" Terraform Module can be used to provision and manage a licensed edition of [Appvia Wayfinder](https://www.appvia.io/wayfinder) on Azure.
diff --git a/README.md b/README.md
index b0204b1..63cde38 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,11 @@
-# Terraform Module: Wayfinder on Azure
+
+
+
+
+## Description
The "terraform-azurerm-wayfinder" Terraform Module can be used to provision and manage a licensed edition of [Appvia Wayfinder](https://www.appvia.io/wayfinder) on Azure.
@@ -71,7 +77,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
| [aks\_vnet\_subnet\_id](#input\_aks\_vnet\_subnet\_id) | The ID of the subnet in which to deploy the Kubernetes Cluster. | `string` | n/a | yes |
| [cert\_manager\_keyvault\_cert\_name](#input\_cert\_manager\_keyvault\_cert\_name) | Keyvault certificate name to use for cert-manager. Required if cluster issuer is keyvault | `string` | `null` | no |
| [cert\_manager\_keyvault\_name](#input\_cert\_manager\_keyvault\_name) | Keyvault name to use for cert-manager. Required if cluster issuer is keyvault | `string` | `null` | no |
-| [cluster\_nodepool\_version](#input\_cluster\_nodepool\_version) | The Kubernetes version to use for the AKS cluster Nodepools. | `string` | `"1.29"` | no |
+| [cluster\_nodepool\_version](#input\_cluster\_nodepool\_version) | The Kubernetes version to use for the AKS cluster Nodepools. | `string` | `"1.30"` | no |
| [cluster\_version](#input\_cluster\_version) | The Kubernetes version to use for the AKS cluster. | `string` | `"1.30"` | no |
| [clusterissuer](#input\_clusterissuer) | Cluster Issuer name to use for certs | `string` | `"letsencrypt-prod"` | no |
| [clusterissuer\_email](#input\_clusterissuer\_email) | The email address to use for the cert-manager cluster issuer. | `string` | n/a | yes |
diff --git a/appvia_banner.jpg b/appvia_banner.jpg
new file mode 100644
index 0000000..f99df3b
Binary files /dev/null and b/appvia_banner.jpg differ
diff --git a/variables.tf b/variables.tf
index ad8ed5e..94f4664 100644
--- a/variables.tf
+++ b/variables.tf
@@ -110,7 +110,7 @@ variable "cluster_version" {
variable "cluster_nodepool_version" {
description = "The Kubernetes version to use for the AKS cluster Nodepools."
type = string
- default = "1.29"
+ default = "1.30"
}
variable "create_duration_delay" {