Skip to content

Commit

Permalink
v2024.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xs2suruchi authored Aug 2, 2024
1 parent ec867f8 commit 2f5fc54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/storage/file-storage/fss/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ resource "oci_file_storage_file_system" "file_system" {
kms_key_id = var.kms_key_id
source_snapshot_id = var.source_snapshot_id
filesystem_snapshot_policy_id = var.filesystem_snapshot_policy_id != null ? (length(regexall("ocid1.filesystemsnapshotpolicy.oc*", var.filesystem_snapshot_policy_id)) > 0 ? var.filesystem_snapshot_policy_id : data.oci_file_storage_filesystem_snapshot_policies.filesystem_snapshot_policies[0].filesystem_snapshot_policies[0].id) : null
lifecycle {
ignore_changes = [source_snapshot_id]
}

}

0 comments on commit 2f5fc54

Please sign in to comment.