Skip to content

Commit

Permalink
Remove jsondecode from various AD pipelines to match output format (#4
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rajlearner17 authored Nov 21, 2023
1 parent 4e7f277 commit fb2df09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/active_directory/delete_ad_user.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pipeline "delete_ad_user" {

output "stdout" {
description = "The standard output stream from the Azure CLI."
value = jsondecode(step.container.delete_ad_user.stdout)
value = step.container.delete_ad_user.stdout
}

output "stderr" {
Expand Down
2 changes: 1 addition & 1 deletion pipelines/active_directory/update_user_status.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pipeline "update_user_status" {

output "stdout" {
description = "The standard output stream from the Azure CLI."
value = jsondecode(step.container.update_user_status.stdout)
value = step.container.update_user_status.stdout
}

output "stderr" {
Expand Down

0 comments on commit fb2df09

Please # to comment.