Skip to content

Commit

Permalink
Update blueprints/02-at-scale/outputs.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Kellie Freeman <80066741+kellie-freeman@users.noreply.github.com>
  • Loading branch information
carlosrodlop and kellie-freeman committed May 15, 2024
1 parent f507f8b commit a8f8311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/02-at-scale/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ output "velero_backup_schedule" {
}

output "velero_backup_on_demand" {
description = "Takes an on-demand Velero backup from the schedule for selected controller using Block Storage."
description = "Takes an on-demand Velero backup from the schedule for the selected controller that is using block storage."
value = "velero backup create --from-schedule ${local.velero_schedule_name} --wait"
}

Expand Down

0 comments on commit a8f8311

Please sign in to comment.