Skip to content

Commit

Permalink
OCTOPUS-679: update formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Apr 5, 2024
1 parent 956646d commit ac228c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/6_post/post.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ EOF
resource "null_resource" "post_ansible" {
depends_on = [null_resource.remove_workers, null_resource.post_setup]

# Trigger for count and name_prefix enable scale-up and scale-down
# Trigger for count and name_prefix enable scale-up and scale-down
triggers = {
count = var.worker["count"]
name_prefix = "${var.name_prefix}"
Expand Down

0 comments on commit ac228c5

Please sign in to comment.