Skip to content

Commit

Permalink
EDSF-374 Verify that required=True in ArgumentParser works
Browse files Browse the repository at this point in the history
  • Loading branch information
linda.nasredin committed Nov 1, 2023
1 parent 333c9a3 commit 43b7000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/aws/sonar-upgrader/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ output "run_postflight_validations" {
value = var.run_postflight_validations
}

output "clean_old_deployments" {
value = var.clean_old_deployments
}
#output "clean_old_deployments" {
# value = var.clean_old_deployments
#}

output "stop_on_failure" {
value = var.stop_on_failure
Expand Down

0 comments on commit 43b7000

Please sign in to comment.