terraform-coop / terraform-provider-foreman

Terraform provider for Foreman
https://registry.terraform.io/providers/terraform-coop/foreman
Mozilla Public License 2.0
35 stars 32 forks source link

Add manage_build bool to foreman_host resource #46

Closed agriffit79 closed 2 years ago

agriffit79 commented 2 years ago

This PR is to address issue #40. With the value set to false hosts can be created in Foreman without expecting Foreman to build them or manage the power states. Useful for cloud environments. The value defaults to true for backwards compatibility.

This is my first go code. so let me know if any issues.

lhw commented 2 years ago

lgtm