Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth0_self_service_profile required and optional attributes are "unexpected" #1094

Open
6 tasks done
w-kuhn opened this issue Dec 4, 2024 · 1 comment
Open
6 tasks done
Labels
🪲 bug Something isn't working

Comments

@w-kuhn
Copy link

w-kuhn commented Dec 4, 2024

Checklist

  • I have looked into the README and have not found a suitable solution or answer.
  • I have looked into the documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have upgraded to the latest version of this provider and the issue still persists.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Description

With latest provider - v1.8.0. Documentation for this resource indicates that name is required and allowed_strategies is an optional attribute, but both throw errors as an unexpected attribute.
See: https://registry.terraform.io/providers/auth0/auth0/latest/docs/resources/self_service_profile

Expectation

An auth0_self_service_profile supports valid name and allowed_strategies attributes.

resource "auth0_self_service_profile" "self_service_profile" {
  name = format("self-service-profile-%s", var.environment)

  allowed_strategies = ["okta"]

  ... other attributes
}

Reproduction

  1. create a resource "auth0_self_service_profile" with attributes name and allowed_strategies
  2. plan
  3. observe unexpected attribute errors

Auth0 Terraform Provider version

1.8.0

Terraform version

1.8.0

@w-kuhn w-kuhn added the 🪲 bug Something isn't working label Dec 4, 2024
@kris-evans
Copy link

Hi Team,

Is there any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants