ansible / terraform-provider-ansible

community terraform provider for ansible
https://registry.terraform.io/providers/ansible/ansible/latest
GNU General Public License v3.0
183 stars 42 forks source link

Remote state file #99

Closed DaviPtrs closed 3 months ago

DaviPtrs commented 3 months ago

Is there a way to make it work while storing the state file on another place? I'm using terraform cloud as a remote state storage but I always have to run terraform state pull and this leads to a lot of confusion

DaviPtrs commented 3 months ago

Nevermind I was using an outdated version of cloud.terraform collection. 2.0.0 should work fine on this.