Skip to content

Commit

Permalink
enable in-transit
Browse files Browse the repository at this point in the history
  • Loading branch information
oehrlis committed Aug 14, 2024
1 parent 616cf9a commit 92fbebb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compute.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ resource "oci_core_instance" "bastion" {
are_legacy_imds_endpoints_disabled = true
}

# Whether to enable in-transit encryption for the data volume's paravirtualized attachment
is_pv_encryption_in_transit_enabled = true

# prevent the bastion from destroying and recreating itself if the image ocid changes
lifecycle {
ignore_changes = [source_details[0].source_id]
Expand Down

0 comments on commit 92fbebb

Please sign in to comment.