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] Set default attributes as computed #1323

Open matttrach opened 3 months ago

matttrach commented 3 months ago

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

When applying the users sees many different planned value cty.StringVal("foo") for a non-computed attribute warnings. This is because we are setting optional values for arguments, but not setting the argument as computed=true.

Describe the solution you'd like

All arguments that are optional should have computed true.