terraform-coop / terraform-provider-foreman

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

Add puppet class support #51

Closed agriffit79 closed 2 years ago

agriffit79 commented 2 years ago

This PR addresses #6 . It was quite challenging as the Foreman API for smart class parameters and override values is not designed with Terraform in mind. It might well need further tweaks/fixes but it works for my use-case.

This includes support for hosts which was missing from the initial PR #50 .

Feedback welcome.