terraform-provider-sendgrid icon indicating copy to clipboard operation
terraform-provider-sendgrid copied to clipboard

Apply always detect changes due to 2FA

Open satazor opened this issue 4 years ago • 1 comments

Whenever I do terraform apply, the following changes are detected.

      ~ scopes  = [
          - "2fa_required",
            "mail.send",
            "sender_verification_eligible",
        ]

This is due to 2fa_required being since Q4 2020.

satazor avatar Jan 01 '21 15:01 satazor

Hello, I tried to implement a fix, but it's not compatible with all types of authentication in sendgrid. That's why I reverted my fix. You can add manually that scope in HCL and Terraform won't detect any change anymore.

trois-six avatar Mar 10 '21 13:03 trois-six