You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting a null value here is equivalent to omitting the value attribute entirely from Terraform's perspective, as
it treats optional attributes as "unset" when a null value is passed.
That's true for the currently used legacy SDK: you can't tell zero values from unset in provider. Terraform Plugin Framework solves this, but the plans to migrate to it are still ephemeral.
If you create a
scalr_variable
with the following specifications:The variable set in the workspace has a incorrect state
I think this is a bug. Either:
The text was updated successfully, but these errors were encountered: