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 a8f8311 commit b0ccb68
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 @@ -146,7 +146,7 @@ output "velero_backup_on_demand" {
}

output "velero_restore" {
description = "Restores selected controller using Block Storage from a backup."
description = "Restores the selected controller that is using block storage from a backup."
value = "kubectl delete all,pvc -n ${module.eks_blueprints_addon_cbci.cbci_namespace} -l ${local.velero_controller_backup_selector}; velero restore create --from-schedule ${local.velero_schedule_name} --restore-volumes=true"
}

Expand Down

0 comments on commit b0ccb68

Please sign in to comment.