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
Right now we are validating this using StringMatch, but a much cleaner way would be to validate using LoadLocation in stdlib, which loads data from the IANA TZ database.
vancluever
changed the title
[TODO] r/virtual_machine: Assert timezone using stdlib and TF core
r/virtual_machine: Assert timezone using stdlib and TF core
Nov 30, 2017
This issue has been open 180 days with no activity. If this issue is reproducible with the latest version of the provider and with Terraform 0.12, please comment. Otherwise this issue will be closed in 30 days.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Jun 25, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reference: #244 (comment)
Right now we are validating this using StringMatch, but a much cleaner way would be to validate using
LoadLocation
in stdlib, which loads data from the IANA TZ database.This should be a validation function in TF core: https://github.com/hashicorp/terraform/blob/master/helper/validation/validation.go
The text was updated successfully, but these errors were encountered: