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
Error: Invalid count argument
on .terraform/modules/swr/main.tf line 18, in resource "huaweicloud_swr_organization_permissions" "main":
18: count = length(var.permissions) == 0 ? 0 : 1
The "count" value depends on resource attributes that cannot be determined
until apply, so Terraform cannot predict how many instances will be created.
To work around this, use the -target argument to first apply only the
resources that the count depends on.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: