DeviaVir / terraform-provider-gsuite

A @HashiCorp Terraform provider for managing G Suite resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spurious diffs in user attributes

lizthegrey opened this issue · comments

I'm seeing a "missing" type parameter inside of the user attribute schema...

      ~ custom_schema {
            name  = "AWS"
          ~ value = jsonencode(
              ~ {
                  ~ role            = [
                      ~ {
                          - type  = "work" -> null
                            value = "arn:aws:iam::123456789:role/platform,arn:aws:iam::123456789:saml-provider/google"
                        },
                    ]
                  + sessionDuration = 57600
                }
            )
        }
    }