deploymenttheory / terraform-provider-jamfpro

Jamf Pro Terraform Provider/Plugin written with the TF Provider SDK v2. Written in go
Mozilla Public License 2.0
22 stars 8 forks source link

Uncomment `name` Attribute within Category #227

Closed smithjw closed 1 month ago

smithjw commented 1 month ago

While removing the name attribute might be good from a referencing perspective, simply commenting it out breaks the state for any existing users when upgrading to this version of the provider.

Suggest this is uncommented until a state migration can be implemented, then removing the attribute.

ShocOne commented 1 month ago

fixed with PR #233 instead