ansible / terraform-provider-ansible

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

Code refactor + new features #109

Open abikouo opened 5 months ago

abikouo commented 5 months ago

Closes #69 Closes #71

This pull request includes the following changes:

gravesm commented 5 months ago

Can you break this up into multiple PRs? At the very least, the refactoring should be in its own PR. It's really hard to tell why most of the changes in this PR were made. Ideally, a PR should be focused and fix one problem.

abikouo commented 5 months ago

Can you break this up into multiple PRs? At the very least, the refactoring should be in its own PR. It's really hard to tell why most of the changes in this PR were made. Ideally, a PR should be focused and fix one problem.

@gravesm thanks for the feedback. 2 PRs will be generated, here the first one https://github.com/ansible/terraform-provider-ansible/pull/111 The next one introducing new features will be created one this one is merged