mongodb / terraform-provider-mongodbatlas

Terraform MongoDB Atlas Provider: Deploy, update, and manage MongoDB Atlas infrastructure as code through HashiCorp Terraform
https://registry.terraform.io/providers/mongodb/mongodbatlas
Mozilla Public License 2.0
230 stars 167 forks source link

chore: Checks boolean as string to send slack notifications #2338

Closed oarbusi closed 2 weeks ago

oarbusi commented 2 weeks ago

Description

Checks boolean as string to send slack notifications. Inputs in github notifications get transformed to string even if type is boolean. reference: https://stackoverflow.com/questions/76292948/github-action-boolean-input-with-default-value

Link to any related issue(s):

Type of change:

Required Checklist:

Further comments