Skip to content

Commit

Permalink
chore: make macros example more creative
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jun 14, 2023
1 parent 11f1609 commit d9bfec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/macros/togomak.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stage "explode_party_poppers" {
use {
macro = macro.explode
parameters = {
item = "party_poppers"
item = "Party! 🎉"
}
}
}
Expand All @@ -22,7 +22,7 @@ stage "explode_water_balloon" {
use {
macro = macro.explode
parameters = {
item = "water_balloon"
item = "Balloon! 🎈"
}
}
}
Expand Down

0 comments on commit d9bfec1

Please sign in to comment.