Closed timckt closed 1 month ago
The terraform plan was fail due to dependabot PR which bump the auth0 provider. Therefore we faced the terraform plan error when manual run terraform plan in account pipeline as it keep using the PR as reference.
We have now closed the dependabot PR and raise a new infra account PR. The terraform plan is now ok.
Background
The auth0 Terraform provider has been automatically updated from
v0.50.2
tov1.6.1
in terraform plan, causing our terraform plan pipeline to fail due to the removal of thetoken_endpoint_auth_method
argument inauth0_client
resource. We need to address this breaking change to restore pipeline functionality.At
account
layer, the auth0 provider version is~> 0.50.2
.In the previous success terraform plan pipeline, the auth0 provider is
v0.50.2
and it works fine for our code.However, in the recent terraform plan pipeline, the auth0 provider is
v1.6.1
.The argument
token_endpoint_auth_method
was removed in version 1.0.0.The pipeline failures are blocking deployments.
Proposed user journey
Approach
Options for Resolution:
v0.50.2
Option 1:
Option 2:
We shall study for option 1 first. If the required changes are too extensive or introduce significant risks, we should then consider Option 2 as an interim solution to quickly restore pipeline functionality.
Which part of the user docs does this impact
Communicate changes
Questions / Assumptions
Definition of done
Reference
How to write good user stories