It looks like on call rotations are represented as a third type of contact. Supporting this would mean a couple things.
a new property to either aws_ssmcontacts_contact or aws_ssmcontacts_plan resource called rotation_ids, adding a new supported type called "ONCALL_SCHEDULE", and not adding stages to contact plans by default. as trying this at the moment causes the following error.
ValidationException: Invalid value provided - ONCALL SCHEDULE contact cannot have stages in plan
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
It looks like on call rotations are represented as a third type of
contact
. Supporting this would mean a couple things. a new property to eitheraws_ssmcontacts_contact
oraws_ssmcontacts_plan
resource calledrotation_ids
, adding a new supported type called "ONCALL_SCHEDULE", and not adding stages to contact plans by default. as trying this at the moment causes the following error.Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
contacts https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contact.html contact plans https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-plan.html
Would you like to implement a fix?
No