radekg / terraform-provisioner-ansible

Ansible with Terraform 0.14.x
Apache License 2.0
572 stars 100 forks source link

Terraform 0.15.0 - investigate conversion to a resource #162

Open radekg opened 3 years ago

radekg commented 3 years ago

A new Terraform 0.15.0 version has been released. Bump the dependency.

Edit: there's quite a few changes. Bump is not going to be an option, this is a rewrite of the provisioner interface. Might be worth to convert to a resource.

ivandeex commented 3 years ago

@radekg FYI https://github.com/hashicorp/terraform/releases/tag/v1.0.0

Terraform 0.15.5 was re-released as terraform v1 today meaning that API will be stable from now on for an extended period of time! Many users of your plugin will be interested in settling on the new version (notice the number of thumbs up above).

I think you can update terraform version in the title of this issue. Do you need hand in adopting v1 (v0.15) ? Could you push the investigation to a github branch as is so others can see and help ?

radekg commented 3 years ago

I have mixed feelings. Let me grok over that for a couple of days.