Skip to content

Commit

Permalink
Fix broken links to non-existant TODO.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
ckamps committed Jun 9, 2021
1 parent 347e19e commit 10cb55e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ C>* 169.254.227.236/30 is directly connected, vti2

If you need to change resources that are configured outside of the `UserData` and `Metadata` sections of the `AWS::EC2::LaunchTemplate`, you should be able to update either the template or stack parameters and update the stack in place.

Until the `AWS::EC2::LaunchTemplate` is modified to support stack updates (see `TODO.md`), any changes in the `UserData` and `Metadata` sections of that resource require replacement of the stack.
Until the `AWS::EC2::LaunchTemplate` is modified to support stack updates, any changes in the `UserData` and `Metadata` sections of that resource require replacement of the stack.

### Replacing a VPN Gateway Stack

Expand Down Expand Up @@ -474,7 +474,6 @@ num target prot opt source destination
$ sudo iptables -t nat -D POSTROUTING 1
```
See [TODO.md](./TODO.md) for an entry calling for the optional automation of source IP masking.

## Contributing

Expand Down

0 comments on commit 10cb55e

Please sign in to comment.