Skip to content

Commit

Permalink
Adding commands after successful deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Tejaswi Bondila <bondila.venkatatejaswi@progress.com>
  • Loading branch information
bvtejaswi committed Aug 25, 2023
1 parent c1f3652 commit b8bf1ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -15,13 +15,13 @@ output "automate_data_collector_token" {
}

output "to_check_consolidated_status" {
value = "chef-automate status summary"
value = "chef-automate status summary"
}

output "to_check_detail_status" {
value = "chef-automate status"
value = "chef-automate status"
}

output "to_post_deployment_verify" {
value = "chef-automate verify"
value = "chef-automate verify"
}
Expand Up @@ -15,13 +15,13 @@ output "automate_data_collector_token" {
}

output "to_check_consolidated_status" {
value = "chef-automate status summary"
value = "chef-automate status summary"
}

output "to_check_detail_status" {
value = "chef-automate status"
value = "chef-automate status"
}

output "to_post_deployment_verify" {
value = "chef-automate verify"
value = "chef-automate verify"
}

0 comments on commit b8bf1ac

Please sign in to comment.