Skip to content

Commit 42d8c47

Browse files
authored
fix: added lifecycle meta-argument on default security list (#565)
fix: added lifecycle meta-argument on default security list so it doesn't trigger a deletion and recreation of resources if out-of-band modifications are done to it. Closes #417 Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com> Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
1 parent c6934b5 commit 42d8c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module "vcn" {
55
source = "oracle-terraform-modules/vcn/oci"
6-
version = "3.5.0"
6+
version = "3.5.1"
77

88
# general oci parameters
99
compartment_id = var.compartment_id

0 commit comments

Comments
 (0)