Skip to content

Commit

Permalink
Fix invalid json structure (#75)
Browse files Browse the repository at this point in the history
* Fix invalid json structure

* Fix typo
  • Loading branch information
pavlepredic committed Feb 29, 2024
1 parent 3775d65 commit 5628ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ provided in the managed NAT Gateway:
},
"append_dimensions": {
"InstanceId": "${aws:InstanceId}",
"AutoScalingGroupNam": "${aws:AutoScalingGroupName}",
"AutoScalingGroupName": "${aws:AutoScalingGroupName}"
}
}
}
Expand Down

0 comments on commit 5628ea5

Please sign in to comment.