-
Notifications
You must be signed in to change notification settings - Fork 277
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
uptime alerts: fix importing existing alerts #1119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Any chance to see this released? Thanks |
Yes- I can create one now! |
New release cut via v2.36.0 |
I don't see it 2.36 on terraform registry https://registry.terraform.io/providers/digitalocean/digitalocean/latest 🤔 |
@fabn It should now be available https://registry.terraform.io/providers/digitalocean/digitalocean/2.36.0 Apologies for the delay! |
Importing an uptime alert requires knowing the ID of its parent uptime check.
Fixes: #1118