-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove subnet_set module * extend vpc module to create subnets and route tables * simplify subnets creation (not using complex locals from subnet_set module) * adjust the variables in variables.tf and outputs inoutputs.tf in order that makes sense * refactor variables e.g. create new variable internet_gateway, which defines object with attributes for IGW creation/usage * adjust variables description to standard from Major refactor for modules and examples #53 * adjust all examples to new approach with vpc module * adjust CloudNGFW examples to changes delivered for other examples in fix(examples): Refactor examples for reference architectures #49 * change approach for CloudWatch logs group in CloudNGFW (as the same name PaloAltoCloudNGFW has to be used for both examples, groups was created on account used in workflows and in TFVARS we are not creating new log group, we are reusing existing one) * added support for all possible attributes for every resource used in module * README changed to new standard with new file .header.md Co-authored-by: michalbil <[email protected]>
- Loading branch information
1 parent
ded78a9
commit 1c4112b
Showing
65 changed files
with
3,962 additions
and
3,870 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
{ | ||
"branches": [ | ||
"main" | ||
"main", | ||
{ | ||
"name": "rc", | ||
"prerelease": true | ||
} | ||
], | ||
"plugins": [ | ||
[ | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.