11# Terraform VCN for Oracle Cloud Infrastructure
22
3- [ changelog ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/master/CHANGELOG.adoc
4- [ contributing ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/master/CONTRIBUTING.adoc
5- [ contributors ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/master/CONTRIBUTORS.adoc
6- [ docs ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/tree/master/docs
7-
8- [ license ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/master/LICENSE
9- [ canonical_license ] : https://oss.oracle.com/licenses/upl/
10-
11- [ oci ] : https://cloud.oracle.com/cloud-infrastructure
12- [ oci_documentation ] : https://docs.cloud.oracle.com/iaas/Content/home.htm
13-
14- [ oracle ] : https://www.oracle.com
15- [ prerequisites ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/master/docs/prerequisites.adoc
16-
17- [ quickstart ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/master/docs/quickstart.adoc
18- [ repo ] : https://github.com/oracle/terraform-oci-vcn
19- [ reuse ] : https://github.com/oracle/terraform-oci-vcn/examples/db
20- [ subnets ] : https://erikberg.com/notes/networks.html
21- [ terraform ] : https://www.terraform.io
22- [ terraform_cidr_subnet ] : http://blog.itsjustcode.net/blog/2017/11/18/terraform-cidrsubnet-deconstructed/
23- [ terraform_hashircorp_examples ] : https://github.com/hashicorp/terraform-guides/tree/master/infrastructure-as-code/terraform-0.12-examples
24- [ terraform_oci ] : https://www.terraform.io/docs/providers/oci/index.html
25- [ terraform_options ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/master/docs/terraformoptions.adoc
26- [ terraform_oci_examples ] : https://github.com/terraform-providers/terraform-provider-oci/tree/master/examples
27- [ terraform_oci_oke ] : https://github.com/oracle-terraform-modules/terraform-oci-oke
28-
293The [ Terraform VCN] [ repo ] for [ Oracle Cloud Infrastructure] [ OCI ] provides a reusable [ Terraform] [ terraform ] module that provisions a minimal VCN on OCI.
304
315It creates the following resources:
@@ -35,22 +9,26 @@ It creates the following resources:
359* An optional NAT gateway
3610* An optional service gateway
3711
38- This module is primarily meant to be reusable to create more advanced infrastructure on {uri-oci}[ OCI] either manually in the OCI Console or by extending the Terraform code.
12+ It also controls the Default Security List, with a * Lockdown mode* that can be enabled or disabled.
13+
14+ This module is primarily meant to be reusable to create more advanced infrastructure on [ OCI] [ OCI ] either manually in the OCI Console or by extending the Terraform code.
3915
4016## [ Documentation] [ docs ]
4117
4218### [ Pre-requisites] [ prerequisites ]
4319
4420#### Instructions
45- - [ Quickstart] [ quickstart ]
46- - [ Reusing as a Terraform module] [ reuse ]
47- - [ Terraform Options] [ terraform_options ]
21+
22+ * [ Quickstart] [ quickstart ]
23+ * [ Reusing as a Terraform module] [ reuse ]
24+ * [ Terraform Options] [ terraform_options ]
4825
4926## Related Documentation, Blog
50- - [ Oracle Cloud Infrastructure Documentation] [ oci_documentation ]
51- - [ Terraform OCI Provider Documentation] [ terraform_oci ]
52- - [ Erik Berg on Networks, Subnets and CIDR] [ subnets ]
53- - [ Lisa Hagemann on Terraform cidrsubnet Deconstructed] [ terraform_cidr_subnet ]
27+
28+ * [ Oracle Cloud Infrastructure Documentation] [ oci_documentation ]
29+ * [ Terraform OCI Provider Documentation] [ terraform_oci ]
30+ * [ Erik Berg on Networks, Subnets and CIDR] [ subnets ]
31+ * [ Lisa Hagemann on Terraform cidrsubnet Deconstructed] [ terraform_cidr_subnet ]
5432
5533## Projects using this module
5634
@@ -70,7 +48,35 @@ Learn how to [contribute][contributing].
7048
7149## License
7250
73- Copyright (c) 2019, 2020 Oracle and/or its associates. All rights reserved.
51+ Copyright (c) 2019, 2021 Oracle and/or its associates.
52+
53+ Licensed under the [ Universal Permissive License 1.0] [ license ] as shown at
54+ [ https://oss.oracle.com/licenses/upl ] [ canonical_license ] .
55+
56+ <!-- Links reference section -->
57+ [ changelog ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/master/CHANGELOG.adoc
58+ [ contributing ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/master/CONTRIBUTING.adoc
59+ [ contributors ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/master/CONTRIBUTORS.adoc
60+ [ docs ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/tree/master/docs
61+
62+ [ license ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/master/LICENSE
63+ [ canonical_license ] : https://oss.oracle.com/licenses/upl/
7464
75- Licensed under the [ Universal Permissive License 1.0] [ license ] as shown at
76- [ https://oss.oracle.com/licenses/upl ] [ canonical_license ] .
65+ [ oci ] : https://cloud.oracle.com/cloud-infrastructure
66+ [ oci_documentation ] : https://docs.cloud.oracle.com/iaas/Content/home.htm
67+
68+ [ oracle ] : https://www.oracle.com
69+ [ prerequisites ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/master/docs/prerequisites.adoc
70+
71+ [ quickstart ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/master/docs/quickstart.adoc
72+ [ repo ] : https://github.com/oracle/terraform-oci-vcn
73+ [ reuse ] : https://github.com/oracle/terraform-oci-vcn/examples/db
74+ [ subnets ] : https://erikberg.com/notes/networks.html
75+ [ terraform ] : https://www.terraform.io
76+ [ terraform_cidr_subnet ] : http://blog.itsjustcode.net/blog/2017/11/18/terraform-cidrsubnet-deconstructed/
77+ [ terraform_hashircorp_examples ] : https://github.com/hashicorp/terraform-guides/tree/master/infrastructure-as-code/terraform-0.12-examples
78+ [ terraform_oci ] : https://www.terraform.io/docs/providers/oci/index.html
79+ [ terraform_options ] : https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/master/docs/terraformoptions.adoc
80+ [ terraform_oci_examples ] : https://github.com/terraform-providers/terraform-provider-oci/tree/master/examples
81+ [ terraform_oci_oke ] : https://github.com/oracle-terraform-modules/terraform-oci-oke
82+ <!-- Links reference section -->
0 commit comments