Skip to content

Commit 9215c49

Browse files
committed
initial commit - split from terraform-oci-vcn module - rev1.1
1 parent 78fb3b2 commit 9215c49

File tree

14 files changed

+17
-17
lines changed

14 files changed

+17
-17
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019, 2021 Oracle and/or its affiliates.
1+
Copyright (c) 2022 Oracle and/or its affiliates.
22

33
The Universal Permissive License (UPL), Version 1.0
44

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Learn how to {uri-contribute}[contribute].
7070

7171
== License
7272

73-
Copyright © 2019, 2021, Oracle and/or its associates.
73+
Copyright © 2022 Oracle and/or its associates.
7474

7575
Licensed under the {uri-license}[Universal Permissive License 1.0] as shown at
7676
{uri-canonical-license}[https://oss.oracle.com/licenses/upl].

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Learn how to [contribute][contributing].
4545

4646
## License
4747

48-
Copyright (c) 2019, 2021 Oracle and/or its associates.
48+
Copyright (c) 2022 Oracle and/or its associates.
4949

5050
Licensed under the [Universal Permissive License 1.0][license] as shown at
5151
[https://oss.oracle.com/licenses/upl][canonical_license].

drg.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019, 2021 Oracle Corporation and/or affiliates. All rights reserved.
1+
# Copyright (c) 2022 Oracle Corporation and/or affiliates. All rights reserved.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
33

44
resource "oci_core_drg" "drg" {

examples/drg/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019, 2021, Oracle Corporation and/or affiliates.
1+
# Copyright (c) 2022 Oracle Corporation and/or affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
33

44
# Resources

examples/drg/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019, 2021, Oracle Corporation and/or affiliates.
1+
# Copyright (c) 2022 Oracle Corporation and/or affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
33

44
# display a summary of the drg and its attachments

examples/drg/terraform.tfvars.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019, 2021 Oracle Corporation and/or affiliates. All rights reserved.
1+
# Copyright (c) 2022 Oracle Corporation and/or affiliates. All rights reserved.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
33

44
api_fingerprint = ""

examples/drg/variables.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019, 2021, Oracle Corporation and/or affiliates.
1+
# Copyright (c) 2022 Oracle Corporation and/or affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
33

44
# provider identity parameters
@@ -63,9 +63,9 @@ variable "vcn_spokes" {
6363
vcn_spoke1 = {
6464
cidrs = ["10.0.1.0/24", "10.0.2.0/24"]
6565
dns_label = "spoke1"
66-
create_internet_gateway = true
66+
create_internet_gateway = false
6767
create_nat_gateway = true
68-
create_service_gateway = true
68+
create_service_gateway = false
6969
enable_ipv6 = true
7070
lockdown_default_seclist = true
7171
}
@@ -74,7 +74,7 @@ variable "vcn_spokes" {
7474
dns_label = "spoke2"
7575
create_internet_gateway = true
7676
create_nat_gateway = false
77-
create_service_gateway = true
77+
create_service_gateway = false
7878
enable_ipv6 = false
7979
lockdown_default_seclist = true
8080
}

examples/rpc/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019, 2021, Oracle Corporation and/or affiliates.
1+
# Copyright (c) 2022 Oracle Corporation and/or affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
33

44

examples/rpc/terraform.tfvars.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019, 2021 Oracle Corporation and/or affiliates. All rights reserved.
1+
# Copyright (c) 2022 Oracle Corporation and/or affiliates. All rights reserved.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
33

44
# provider identity parameters

0 commit comments

Comments
 (0)