Skip to content

Commit

Permalink
Adds fail_on_error to Terraform installation cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Mar 4, 2025
1 parent 989afaf commit 3cdf0ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ resource "lxd_instance" "juju-controller" {
"17-install-terraform" = {
command = ["snap", "install", "terraform", "--classic"]
trigger = "once"
fail_on_error = true
}
}

Expand Down

0 comments on commit 3cdf0ca

Please sign in to comment.