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

[ISSUE] databricks_token destroy fails when token is expired #775

Closed
idscau opened this issue Aug 13, 2021 · 0 comments · Fixed by #808
Closed

[ISSUE] databricks_token destroy fails when token is expired #775

idscau opened this issue Aug 13, 2021 · 0 comments · Fixed by #808
Milestone

Comments

@idscau
Copy link

idscau commented Aug 13, 2021

Affected Resource(s)

  • databricks_token

Terraform Configuration Files

resource "databricks_token" "this" {
  comment          = "test"
  lifetime_seconds = 60
}

Debug Output

Error: No valid token with ID xxxxxx found.

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. terraform apply
  2. wait until token expired
  3. terraform destroy
@nfx nfx added this to the v0.3.8 milestone Aug 24, 2021
@nfx nfx linked a pull request Aug 31, 2021 that will close this issue
@nfx nfx closed this as completed in #808 Aug 31, 2021
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

Successfully merging a pull request may close this issue.

2 participants