generated from oracle-quickstart/oci-quickstart-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: compartments dependency fixed for LB * doc: updates * feat: release tracking * fix: default security list in subnets when VCN is injected * fix: doc enhancements for network_dependency usage * feat: dependencies strongly typed and examples * fix: ipv6cidr_block type fixed * fix: is_force_plain_text type rolled back * fix: network_dependency with all objects, doc updates * feat: NLB mvp module * removed references to cis * updated url * updated readme * updated readme * removed extra files * Release 0.6.5 * Release 0.6.5 * Release 0.6.6 * Release 0.6.7 * add vtap module * remove the root level vtap tf file * update the dependency description * Added non empty network_dependency check * add SPEC.md for vtap module * doc: Updated Readme * doc: Updated license file * doc: Added Security file * doc: Updated Contributing * chore: link references updated to existing repo * chore: release notes and version bump * fix: merge conflicts removed * Upgrade the Terraform Version to Atleast 1.3 * chore: release notes and release bump * feat: NFW policy upgrade - initial * fix: position attr removed * fix: public ip OCIDs added to output * network firewall policies refactoring * typo fix * provider version update * fix: added dependency DRGs to SGW route targets * fix: cross-connect group reference * feat: module tag updated to ocilz-terraform-module * chore: release notes and SPECs updated * doc: updates * fix networking firewall policies * still failing, security rules unable to find application and url lists * feat: standalone NFW example added * fix: application_lists (application_group resource type) added * doc: urls updated to new org * feat: provider version requirement removed * fix: example updated per new NFW interface * fix: template file updated per new NFW interface * add services and service lists * fix conflicts * feat: ability to inject an externally managed DNS private view into a managed DNS resolver * fix: example provider.tf updated * fix: DNS steering policies must refer to local.one_dimension_processed_vcns (issue 570) * update firewall example * fix service list service lookup * update SPEC.md * clean up * update readme and tfvars * update link * update README * doc: README.md file added to example * chore: release notes and version bump * chore: typo --------- Co-authored-by: Rory Nguyen <rory.nguyen@oracle.com> Co-authored-by: Yupei Yang <yupei.yang@oracle.com> Co-authored-by: Pablo Alonso <pablo.alonso@oracle.com> Co-authored-by: Josh Hammer <josh.hammer@oracle.com> Co-authored-by: vinaykumar-oci <er.vinayk@gmail.com>
- Loading branch information
1 parent
ce799d5
commit ce9f847
Showing
31 changed files
with
626 additions
and
1,383 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
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
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 |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
|
||
module "terraform_oci_networking" { | ||
source = "../../" | ||
|
||
network_configuration = var.network_configuration | ||
} | ||
|
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.