Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 8, 2021
1 parent c1aeee9 commit 2c45a67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vpc-remove-defaults/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ tf-apply -target=module.vpc_defaults
tf-destory -target=module.vpc_defaults
setup/delete-defaults.sh true |& tee setup/delete-defaults.sh.log
```
Once all of the defaults are removed, you'll need to disable the associated .tf or remove the module code
which brought in the defaults. Running it a second time with no actual defaults will fail.

## Requirements

Expand Down
2 changes: 2 additions & 0 deletions vpc-remove-defaults/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
* tf-destory -target=module.vpc_defaults
* setup/delete-defaults.sh true |& tee setup/delete-defaults.sh.log
* ```
* Once all of the defaults are removed, you'll need to disable the associated .tf or remove the module code
* which brought in the defaults. Running it a second time with no actual defaults will fail.
*/

locals {
Expand Down

0 comments on commit 2c45a67

Please sign in to comment.