Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable encryption at host for vms #4263

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

yuvalyaron
Copy link
Collaborator

Added encryption at host for VMs

Copy link

github-actions bot commented Jan 8, 2025

Unit Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 8a3e60f.

♻️ This comment has been updated with latest results.

@yuvalyaron yuvalyaron changed the title enable encryption at host for vms Enable encryption at host for vms Jan 8, 2025
@yuvalyaron yuvalyaron requested review from tamirkamara, jonnyry and marrobi and removed request for tamirkamara January 8, 2025 12:04
@@ -79,7 +79,7 @@ resource "azurerm_linux_virtual_machine_scale_set" "vm_linux" {
disable_password_authentication = false
admin_password = random_password.password.result
custom_data = data.template_cloudinit_config.config.rendered
encryption_at_host_enabled = false
encryption_at_host_enabled = true
Copy link
Collaborator Author

@yuvalyaron yuvalyaron Jan 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we enable this encryption always (similar to infrastructure_encryption_enabled), or only when enable_cmk_encryption is set to true? @marrobi @jonnyry @tamirkamara

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant