rancher / terraform-provider-rancher2

Terraform Rancher2 provider
https://www.terraform.io/docs/providers/rancher2/
Mozilla Public License 2.0
253 stars 216 forks source link

[RFE] All default values should be set #1324

Open matttrach opened 3 months ago

matttrach commented 3 months ago

Is your feature request related to a problem? Please describe.

In a few places we have an argument that is optional, but we don't compute a value for it, it is simply dropped. This causes confusion down the line when upgrading the terraform provider version.

Describe the solution you'd like

All optional values should have a computed value, don't rely on omitEmpty.