Skip to content

Commit ee1a806

Browse files
committed
Update deployment instructions to include terraform init command
1 parent a7e9b04 commit ee1a806

File tree

1 file changed

+6
-1
lines changed
  • website/blog/2025-12-05-deploy-aks-automatic-terraform-helm

1 file changed

+6
-1
lines changed

website/blog/2025-12-05-deploy-aks-automatic-terraform-helm/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,12 @@ resource "helm_release" "example" {
285285
}
286286
```
287287

288-
Run the `terraform apply` command again and you'll see the Helm provider uses the configured authentication method to connect to the AKS Automatic cluster and deploy the AKS Store Demo application.
288+
Run the following commands and you'll see the Helm provider uses the configured authentication method to connect to the AKS Automatic cluster and deploy the AKS Store Demo application.
289+
290+
```sh
291+
terraform init -upgrade
292+
terraform apply
293+
```
289294

290295
If all goes well, you should see output indicating the release was deployed successfully 🚀
291296

0 commit comments

Comments
 (0)