[Bug]: Account parameter resource does not accept METRIC_LEVEL as key #3375
Labels
bug
Used to mark issues with provider's incorrect behavior
resource:account_parameter
Issue connected to the snowflake_account_parameter resource
Terraform CLI Version
1.5.7
Terraform Provider Version
1.0.2
Company Name
No response
Terraform Configuration
Category
category:resource
Object type(s)
resource:account_parameter
Expected Behavior
Terraform should run the command
ALTER ACCOUNT SET METRIC_LEVEL = ALL
Actual Behavior
The Terraform plan is a success:
But the Terraform apply fails:
Steps to Reproduce
Just copy and paste the provided resource block and try to run
terraform apply
.How much impact is this issue causing?
Low
Logs
No response
Additional Information
METRIC_LEVEL is listed as a valid value for the account parameter key in the documentation.
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: