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
resource"azurerm_automation_schedule""schedule_prd_tas_admin_sync" {
name="ProductionTOPdeskAdministratorsSync"resource_group_name="${azurerm_automation_account.automation.resource_group_name}"account_name="${azurerm_automation_account.automation.name}"frequency="Hour"timezone="W. Europe Standard Time"start_time="2017-10-28T02:07:00+01:00"description="Automation schedule to start the synchronization of admin accounts to TAS servers."
}
When reading/creating a recurring schedule , this should not fail. Also there are missing options such as days of week, weeks of months etc.
Actual Behavior
Any time you try to perform a CRUD operation on a recurring schedule, you get an error regarding the frequency interval. This seems to be caused by the fact that it is an integer and json cannot unmarshal it to a string. Sadly, that is as far as my Go knowledge goes.
Steps to Reproduce
Happens on the following:
terraform apply
terraform plan
terraform import
Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
References
The text was updated successfully, but these errors were encountered:
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 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Mar 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
0.10.8
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/draggeta/8af664cd5858f5093c982763e4f2bd27
Expected Behavior
When reading/creating a recurring schedule , this should not fail. Also there are missing options such as days of week, weeks of months etc.
Actual Behavior
Any time you try to perform a CRUD operation on a recurring schedule, you get an error regarding the frequency interval. This seems to be caused by the fact that it is an integer and json cannot unmarshal it to a string. Sadly, that is as far as my Go knowledge goes.
Steps to Reproduce
Happens on the following:
terraform apply
terraform plan
terraform import
Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
References
The text was updated successfully, but these errors were encountered: