You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running terraform plan with the following code results in an unsupported attribute error.
resource"auth0_resource_server""my_api" {
name="Example Resource Server (Managed by Terraform)"identifier="https://api.example.com"# ------------------------------- Start ---------------------------# Until we remove the ability to operate changes on# the scopes field it is important to have this# block in the config, to avoid diffing issues.lifecycle {
ignore_changes=[scopes]
}
# --------------------------------- End -------------------------
}
The block between the start and End comment results in Unsupported attribute error.
Checklist
Description
Running
terraform plan
with the following code results in an unsupported attribute error.The block between the start and End comment results in
Unsupported attribute
error.See:
Expectation
The documentation is updated to reflect expected usage without errors
Reproduction
Copy the code above and run
terraform plan
.Auth0 Terraform Provider version
v1.4.0
Terraform version
v1.9.0
The text was updated successfully, but these errors were encountered: