-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"unknown time zone <timezone>" on azurerm_automation_schedule #20690
Comments
I see this issue too. |
I've been able to confirm that it works as expected in 3.44.1 and it only breaks in 3.45 I have to imagine it's due to #20568 - something different about how the new azure-go-sdk parses time zones? |
Hitting the same issue with v3.45.0. Updating provider constraint to skip 3.45.0 worked like a charm! |
Also, when leaving CONFIG
PLAN
RESULT
|
Hi all thanks for your feedback. I find below code introduced this issue in #20568, and i am working on fix it now. terraform-provider-azurerm/internal/services/automation/automation_schedule_resource.go Lines 243 to 246 in 96e255a
|
This functionality has been released in v3.47.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Is there an existing issue for this?
Community Note
Terraform Version
2.3.0
AzureRM Provider Version
3.45.0
Affected Resource(s)/Data Source(s)
azurerm_automation_schedule
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The resource "azurerm_automation_schedule" should be created.
Actual Behaviour
I receive the error specified before. I tried also to remove the "timezone" property, since there is a default value (UTC). I receive the same error with reference to UTC timezone.
Steps to Reproduce
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: