- name: Deploy Kubernetes clusters using Terraform community.general.terraform: project_path: '../../terraform' state: present variables: cluster_name: "{{ item.name }}" loop: "{{ clusters }}" loop_control: loop_var: item - name: Add helm repository for IKS charts kubernetes.core.helm_repository: name: iks-charts repo_url: "https://icr.io/helm/iks-charts"