Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit e8d63ca

Browse files
committed
#jj - removed duplicate drg resource
1 parent 5f96df8 commit e8d63ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/oci/libreswan_ipsec_vpn_basic/net_ipsec.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
resource "oci_core_drg" "drg_vpn_gateway" {
2-
compartment_id = "${var.compartment_ocid}"
3-
display_name = "vcn_vpn_drg_01"
4-
}
5-
61
resource "oci_core_drg_attachment" "drg_vpn_attachment" {
72
drg_id = "${oci_core_drg.drg_vpn_gateway.id}"
83
vcn_id = "${oci_core_virtual_network.vcn_vpn.id}"

0 commit comments

Comments
 (0)