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

Error updating associate role auth method #79

Open
TobeAnyigboCVS opened this issue Jan 18, 2024 · 0 comments
Open

Error updating associate role auth method #79

TobeAnyigboCVS opened this issue Jan 18, 2024 · 0 comments

Comments

@TobeAnyigboCVS
Copy link

Reproduce error by:

  1. Run terraform apply using config below
  2. Update akeyless_auth_method_api_key.auth.name or akeyless_role.role.name
  3. Run terraform apply again
resource "akeyless_auth_method_api_key" "auth" {
  name = "auth001"
}

resource "akeyless_role" "role" {
  name = "role01"
}

resource "akeyless_associate_role_auth_method" "auth_role" {
  am_name   = akeyless_auth_method_api_key.auth.name
  role_name = akeyless_role.role.name
}

Excluded Terraform and Provider blocks for brevity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant