dahendel / terraform-provider-awx2

Terraform 0.12.x compatible awx/tower provider
Mozilla Public License 2.0
6 stars 2 forks source link

awx_host needs enabled value in example #2

Closed richardsonky closed 4 years ago

richardsonky commented 4 years ago

I'm testing out your provider (works great so far) but just wanted to make a suggestion for your example, add the "enabled" variable in the awx_host example so that the host is enabled when it is created. Your example doesn't explain that. I found it in the code though and turned it on. Thanks for building this!

dahendel commented 4 years ago

@richardsonky Thanks for letting me know! I went ahead and added it into the example. Let me know if there is anything else