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
│ softwareupdateconfiguration.SoftwareUpdateConfigurationClient#SoftwareUpdateConfigurationsCreate:
│ Failure responding to request: StatusCode=400 -- Original Error:
│ autorest/azure: Service returned an error. Status=400 Code="BadRequest"
│ Message="{\"Message\":\"The request is│ invalid.\",\"ModelState\":{\"softwareUpdateConfiguration.properties.scheduleInfo.timeZone\":[\"The│ time zone ID specified is not a valid time zone ID.\"]}}"
Expected Behaviour
Software update configuration applies UTC time zone as per documentation.
Actual Behaviour
On Terraform documentation it says default value for "time_zone" is "UTC", after apply I get this error.
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.4.2
AzureRM Provider Version
3.49.0
Affected Resource(s)/Data Source(s)
azurerm_automation_software_update_configuration
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Software update configuration applies UTC time zone as per documentation.
Actual Behaviour
On Terraform documentation it says default value for "time_zone" is "UTC", after apply I get this error.
Steps to Reproduce
terraform apply
Important Factoids
No response
References
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/automation_software_update_configuration
The text was updated successfully, but these errors were encountered: