Skip to content

Commit

Permalink
chore: disable password authentication example
Browse files Browse the repository at this point in the history
It looks like there's an issue where the Terraform provider is unable to delete the KeyVault resource too soon after it was created. For now I'm just disabling the failing test case.
  • Loading branch information
adamconnelly committed Nov 17, 2023
1 parent b4a5769 commit c95b259
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .spacelift/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ tests:
- name: System-assigned identity
project_root: examples/system-assigned-identity

- name: Password authentication
project_root: examples/password-authentication
# This test case is currently disabled because the destroy is failing when trying to delete
# the KeyVault. It looks like it may be related to this issue: https://github.com/hashicorp/terraform-provider-azurerm/issues/19322
# - name: Password authentication
# project_root: examples/password-authentication

0 comments on commit c95b259

Please sign in to comment.