Skip to content

Commit

Permalink
delete master secret and conf too
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Oct 23, 2023
1 parent 8c81d44 commit af4a73e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "terraform_data" "apply" {

provisioner "local-exec" {
when = destroy
command = "./constellation terminate --yes"
command = "./constellation terminate --yes && rm constellation-conf.yaml constellation-mastersecret.json"
}

depends_on = [
Expand Down

0 comments on commit af4a73e

Please sign in to comment.