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
The time zone validation that was introduced in #473 does not seem to be compatible with what is present on the API, for example US/Mountain is valid in the provider checks but it fails on the API. Likely the solution is to align the version of the tz info between the provider and the API.
The time zone validation that was introduced in #473 does not seem to be compatible with what is present on the API, for example US/Mountain is valid in the provider checks but it fails on the API. Likely the solution is to align the version of the tz info between the provider and the API.
Terraform Version
1.6.6
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
time zone is not a valid tzinfo identifier
Expected Behavior
Should throw an error
Actual Behavior
Calls the API
Steps to Reproduce
terraform apply
References
https://stackoverflow.com/questions/64619841/time-loadlocation-gives-unknown-timezone-for-us-pacific-new-timezone
The text was updated successfully, but these errors were encountered: