We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbea7b commit 14a52c4Copy full SHA for 14a52c4
examples/load_balancer/lb_full/lb_full.tf
@@ -129,6 +129,10 @@ resource "oci_core_route_table" "routetable1" {
129
resource "oci_core_public_ip" "test_reserved_ip" {
130
compartment_id = "${var.compartment_ocid}"
131
lifetime = "RESERVED"
132
+
133
+ lifecycle {
134
+ ignore_changes = [private_ip_id]
135
+ }
136
}
137
138
resource "oci_core_security_list" "securitylist1" {
0 commit comments