-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[New] How To Deploy Secure Linodes using Cloud Firewalls and Terraform #3516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New] How To Deploy Secure Linodes using Cloud Firewalls and Terraform #3516
Conversation
Deploy preview for nostalgic-ptolemy-b01ab8 ready! Built with commit 1cdf777 https://deploy-preview-3516--nostalgic-ptolemy-b01ab8.netlify.app |
addresses = ["0.0.0.0/0"] | ||
} | ||
|
||
inbound { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be de-dented
|
||
### Create the Root Module | ||
|
||
Now that all the Cloud Firewalls child modules have been created, you can create your root module. The root module is in charge of defining the infrastructure to be built by Terraform. The root module has access to all the child modules and can make use of all or none of them. In this section, you will create a root module that can create a Cloud Firewall using the rules defined in the `web_server` child module. It also creates two Linode instance and assigns the Cloud Firewall to both Linode instances. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Creates two Linode instance_s_
#3516) * Add updated link to Haschicorp security page * Initial Draft * Update guide URL * Fix 404 small copy fix * Remove whitelist language * allowlist change * tech/copy edit * copy fix * dictionary update * Review fixes * Add Terraform 0.13 provider stanza to main config files Co-authored-by: Ryan Syracuse <rsyracuse@linode.com>
* [New] Adding and Configuring Linode Cloud Firewalls - A Tutorial (#3490) * [Do Not Merge] Getting Started With Cloud Firewall * Reorganize, complete documentation, copy edits. * Add screenshots * Add note about DC migration failure edge case. * allowlist update * dictionary fix Co-authored-by: Ryan Syracuse <rsyracuse@linode.com> * Cloud Firewall Shortguide Updates (#3514) * [New] Cloud Firewall Shortguide * Cloud Firewall Shortguide Updates * Add frontmatter * Copy edits * Update links and copy * Change link * UFW copy edit * Update TCP wrapper link Co-authored-by: bbiggerr <bxbigg@gmail.com> * [New] Firewall Troubleshooting (#3515) * [New] Troubleshooting Firewalls * Header Fix * Title Fix * link/spelling corrections * broken links * copy edit * renamed directory to match title * tried to eliminate some future tense Co-authored-by: hzoppetti <hzoppetti@linode.com> * [New] How To Deploy Secure Linodes using Cloud Firewalls and Terraform (#3516) * Add updated link to Haschicorp security page * Initial Draft * Update guide URL * Fix 404 small copy fix * Remove whitelist language * allowlist change * tech/copy edit * copy fix * dictionary update * Review fixes * Add Terraform 0.13 provider stanza to main config files Co-authored-by: Ryan Syracuse <rsyracuse@linode.com> * Update section description * Add tags to doc Add line about outbound rules to better match Cloud Manager help text * Rules are no longer an option by default when creating a firewall Remove rules from table, update screenshot, add note about default rules. * Future tense, goodbye! Use Linode Cloud Firewall, the singular to refer to the product This is how Marketing referred to it in the Coming Soon page * copy edits * Vale errors Co-authored-by: leslitagordita <contact@lesliesalazar.com> Co-authored-by: Ryan Syracuse <rsyracuse@linode.com> Co-authored-by: rsyracuse <43050499+rsyracuse@users.noreply.github.com> Co-authored-by: bbiggerr <bxbigg@gmail.com> Co-authored-by: hzoppetti <hzoppetti@linode.com>
No description provided.