snowflake_account apply fails with index out of range panic #1671
Labels
bug
Used to mark issues with provider's incorrect behavior
category:resource
resource:account
Issue connected to the snowflake_account resource
Provider Version
Installed snowflake-labs/snowflake v0.59.0 (signed by a HashiCorp partner, key ID 5166D7352E69A585)
Terraform Version
v1.3.6
Describe the bug
snowflake_account
resource.terraform apply
on below configuration.must_change_password = false
.Expected behavior
The
terraform apply
to successfully complete and the admin user to not have to change their password.Code samples and commands
Sample config:
After running
apply
, I got the following output:Additional context
The snowflake account has been created and the admin user can log in but the admin user must change their password even though
must_change_password = false
.The text was updated successfully, but these errors were encountered: