Skip to content

Commit

Permalink
remove tainted terraform-azurerm-avd from state
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Licht <[email protected]>
  • Loading branch information
lixhunter committed Oct 28, 2024
1 parent 109e40b commit 1cba8e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions terraform/import-state.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ import {
}

# remove tainted terraform-azurerm-avd from state
#removed {
# from = github_repository.terraform-azurerm-avd
removed {
from = github_repository.terraform-azurerm-avd

# not supported by OpenTofu
#lifecycle {
# destroy = false
#}
#}
# not supported by OpenTofu
#lifecycle {
# destroy = false
#}
}

# fresh import of terraform-azurerm-avd
#import {
Expand Down

0 comments on commit 1cba8e9

Please sign in to comment.