Code Monkey home page Code Monkey logo

Comments (1)

ad8lmondy avatar ad8lmondy commented on August 11, 2024

Yes, I can confirm I see the same issue with Terraform v1.6.2 and

  required_providers {
    auth0 = {
      source  = "auth0/auth0"
      version = "1.1.2"
    }

see:

  # module.sre__auth0-module.auth0_client.application["Studio"] will be updated in-place
  ~ resource "auth0_client" "application" {
        id                                    = "xxx"
        name                                  = "STAGE: Studio "
      - sso                                   = true -> null
        # (22 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

  # module.sre__auth0-module.auth0_client.application["M-Files and HubShare"] will be updated in-place
  ~ resource "auth0_client" "application" {
        id                                    = "x"
        name                                  = "STAGE: M-Files and HubShare"
      - sso                                   = true -> null
        # (21 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

  # module.sre__auth0-module.auth0_client.application["Product Support Portal"] will be updated in-place
  ~ resource "auth0_client" "application" {
        id                                    = "xxx"
        name                                  = "STAGE: Product Support Portal"
      - sso                                   = true -> null
        # (21 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

  # module.sre__auth0-module.auth0_connection.aad["AAD"] will be updated in-place
  ~ resource "auth0_connection" "aad" {
        id                   = "con_xyz"
        name                 = "AAD"
        # (6 unchanged attributes hidden)

      ~ options {
          - set_user_root_attributes               = "on_each_login" -> null
            # (37 unchanged attributes hidden)
        }
    }

always show up on a plan, even if it's just been applied.

from terraform-provider-auth0.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.