diff --git a/ansible/deploy_all.yml b/ansible/deploy_all.yml index e7f3673..feb8686 100644 --- a/ansible/deploy_all.yml +++ b/ansible/deploy_all.yml @@ -13,9 +13,9 @@ args: chdir: "{{ tf_dir }}" - - name: Terraform Init and Apply (Direct Access) + - name: Terraform Init and Apply shell: | - terraform init -upgrade -no-color && \ + terraform init -reconfigure -upgrade -no-color && \ terraform apply -auto-approve -no-color -lock=false args: chdir: "{{ tf_dir }}"