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 #50

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.

Feedback welcome.

agriffit79 commented 2 years ago

I've spotted an issue with this, it's incomplete as there's no support for applying classes to hosts only hostgroups. Let me close this request and I'll issue a new one with the host functionality added.