Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Veetaha committed Aug 7, 2024
1 parent 4f2cd17 commit 398d59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elastio-terraform-deployment/module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data "http" "cloudformation_template" {
lifecycle {
postcondition {
condition = self.status_code >= 200 && self.status_code < 300
error_message = "Status code invalid"
error_message = "Failed to fetch CloudFormation template"
}
}
}
Expand Down

0 comments on commit 398d59a

Please sign in to comment.