Terraform shows diff in start_timestamp of Snowflake's resource monitor just after apply #1821
Labels
bug
Used to mark issues with provider's incorrect behavior
category:resource
resource:resource_monitor
Issue connected to the snowflake_resource_monitor resource
Provider Version
provider registry.terraform.io/snowflake-labs/snowflake v0.63.0
Terraform Version
Terraform v1.4.5
Describe the bug
The start date of resource monitor cannot be set as saved in the database (e.g.: "2023-04-24T03:00:00Z"). Although if we use the expected format by the provider, the plan presents a difference just after the apply.
Expected behavior
No diff after the apply. Or provider accepts the format stored in DB with the timezone (e.g.: "2023-04-24T03:00:00Z")
Code samples and commands
The resource monitor object:
The plan:
The terraform plan after applying:
The text was updated successfully, but these errors were encountered: