terraform-ibm-modules / terraform-ibm-landing-zone-vsi

Creates virtual server instances (VSI) across multiple subnets with any number of block storage volumes that are connected by any number of load balancers
Apache License 2.0
3 stars 8 forks source link

fix: updated the block_storage encryption_key logic #721

Closed Khuzaima05 closed 1 month ago

Khuzaima05 commented 2 months ago

Description

Release required?

Release notes content

This module now includes a boolean variable, use_boot_volume_key_as_default, which determines the default encryption key used for volumes. If use_boot_volume_key_as_default is set to true, the boot volume key (boot_volume_encryption_key) will be used as the default. Otherwise, if kms_encryption_enabled is true, the specified volume.encryption_key will be used.

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

For mergers

Khuzaima05 commented 2 months ago

/run pipeline

Khuzaima05 commented 2 months ago

/run pipeline

Khuzaima05 commented 2 months ago

Upgrade test is failing due to :

Screenshot 2024-09-04 at 7 04 26 PM
ocofaigh commented 2 months ago

So it looks like the change is a breaking change here if it wants to destroy the volume (cc @toddgiguere @Aashiq-J )

Khuzaima05 commented 2 months ago

/run pipeline

Khuzaima05 commented 2 months ago

/run pipeline

ocofaigh commented 2 months ago

@Khuzaima05 can you resolve conflict please. If you stop committing updates to the common-dev-assets git submodule, you wont have these conflicts all the time

Khuzaima05 commented 1 month ago

/run pipeline

Khuzaima05 commented 1 month ago

/run pipeline

Khuzaima05 commented 1 month ago

/run pipeline

Khuzaima05 commented 1 month ago

/run pipeline

Khuzaima05 commented 1 month ago

/run pipeline

Khuzaima05 commented 1 month ago

/run pipeline

Khuzaima05 commented 1 month ago

/run pipeline

terraform-ibm-modules-ops commented 1 month ago

:tada: This PR is included in version 4.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: