Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious committed Oct 25, 2024
1 parent f86022f commit 0089316
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/demo_account/services_order_management.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "terraform_data" "shopping-chart-deploys" {

provisioner "local-exec" {
on_failure = continue
command = <<EOT
command = <<EOT
${path.module}/scripts/sample_deploys.sh deploys ${module.deploys.this.webhook_url} ${tolist(module.shopping-chart.this.aliases)[0]} ${local.unique_id}
EOT
}
Expand All @@ -43,7 +43,7 @@ resource "terraform_data" "shopping-chart-terraform" {

provisioner "local-exec" {
on_failure = continue
command = <<EOT
command = <<EOT
${path.module}/scripts/sample_deploys.sh terraform ${module.terraform.this.webhook_url} ${tolist(module.shopping-chart.this.aliases)[0]} ${local.unique_id}
EOT
}
Expand All @@ -54,7 +54,7 @@ resource "terraform_data" "shopping-chart-rollbacks" {

provisioner "local-exec" {
on_failure = continue
command = <<EOT
command = <<EOT
${path.module}/scripts/sample_deploys.sh rollbacks ${module.rollbacks.this.webhook_url} ${tolist(module.shopping-chart.this.aliases)[0]} ${local.unique_id}
EOT
}
Expand All @@ -65,7 +65,7 @@ resource "terraform_data" "shopping-cart-sbom" {

provisioner "local-exec" {
on_failure = continue
command = <<EOT
command = <<EOT
curl -X POST -H "Content-Type: application/json" \
-H "Authorization: Bearer $OPSLEVEL_API_TOKEN" \
https://upload.opslevel.com/upload/documents/sbom/${module.shopping-cart.this.id} \
Expand Down Expand Up @@ -101,7 +101,7 @@ resource "terraform_data" "order-workflow" {

provisioner "local-exec" {
on_failure = continue
command = <<EOT
command = <<EOT
curl -X POST -H "Content-Type: application/json" \
-H "Authorization: Bearer $OPSLEVEL_API_TOKEN" \
https://upload.opslevel.com/upload/documents/sbom/${module.order-workflow.this.id} \
Expand Down

0 comments on commit 0089316

Please sign in to comment.