Skip to content

Commit

Permalink
fix: Remove wrapping quotes to ensure value is a boolean and not a st…
Browse files Browse the repository at this point in the history
…ring (#5)
  • Loading branch information
bryantbiggs authored Oct 2, 2024
1 parent 613951a commit f330baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state_machine.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Type": "Pass",
"Comment": "Define default values used when input values are not provided",
"Parameters": {
"EnableFastSnapshotRestore": "${default_values.enable_fast_snapshot_restore}",
"EnableFastSnapshotRestore": ${default_values.enable_fast_snapshot_restore},
"SnapshotName": "${default_values.snapshot_name}",
"SnapshotDescription": "${default_values.snapshot_description}"
},
Expand Down

0 comments on commit f330baf

Please sign in to comment.