betteruptime_aws_cloudwatch_integration does not support the "paused" attribute
Closed this issue · 1 comments
Gael101 commented
As the title states , the betteruptime_aws_cloudwatch_integration does not support to be paused using terraform.
I get the following message when applying configuration.
betteruptime_aws_cloudwatch_integration.backups: Modifying... [id=37769]
╷
│ Error: PATCH https://betteruptime.com/api/v2/aws-cloudwatch-integrations/37769 returned 422: {"errors":"Sorry, you misspe
lled some attributes","invalid_attributes":["paused"]}
│
│ with betteruptime_aws_cloudwatch_integration.backups,
│ on uptime_integration.tf line 1, in resource "betteruptime_aws_cloudwatch_integration" "backups":
│ 1: resource "betteruptime_aws_cloudwatch_integration" "backups" {
│
╵