Accelerate your onboarding to AKS with; Helper Web App, bicep templating and CI/CD samples. Flexible & secure AKS baseline implementations in a Microsoft + community maintained reference implementation.
Describe the bug
After using the Helper UI configuring a simple "Managed Environment" and "Non-production Workflow" I copy all of the required terraform files and run the commands in order stated in the deployment for terraform.
Planning works fine but when trying to apply the plan, the following error occur.
│ Error: validating Template Deployment "AKS-C" (Resource Group "aks-test-cluster-rg"): requesting validating: resources.DeploymentsClient#Validate: Failure sending request: StatusCode=400 -- Original Error: Code="InvalidDeployment" Message="Support for symbolic name resources requires a minimum API version of '2020-09-01', but API version '2020-06-01' was supplied."
│
│ with azurerm_resource_group_template_deployment.aksc_deploy,
│ on main.tf line 16, in resource "azurerm_resource_group_template_deployment" "aksc_deploy":
│ 16: resource "azurerm_resource_group_template_deployment" "aksc_deploy" {
│
Describe the bug After using the Helper UI configuring a simple "Managed Environment" and "Non-production Workflow" I copy all of the required terraform files and run the commands in order stated in the deployment for terraform.
Planning works fine but when trying to apply the plan, the following error occur.
To Reproduce
Running the commands provided
Expected behavior Deployment should be created in Azure Portal
Additional context Is this project still relevant or has the recommended way of setting up AKS changed?