Skip to content

Commit

Permalink
Merge pull request #9872 from hakman/root-vol-encrypt-lc
Browse files Browse the repository at this point in the history
Use root volume encryption flag for LaunchConfiguration with TF and CF
  • Loading branch information
k8s-ci-robot authored Sep 8, 2020
2 parents 543c418 + 5b1ac28 commit 3527d32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upup/pkg/fi/cloudup/awstasks/launchconfiguration.go
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ func (_ *LaunchConfiguration) RenderTerraform(t *terraform.TerraformTarget, a, e
VolumeType: bdm.EbsVolumeType,
VolumeSize: bdm.EbsVolumeSize,
Iops: bdm.EbsVolumeIops,
Encrypted: bdm.EbsEncrypted,
DeleteOnTermination: bdm.EbsDeleteOnTermination,
}
}
Expand Down Expand Up @@ -650,6 +651,7 @@ func (_ *LaunchConfiguration) RenderCloudformation(t *cloudformation.Cloudformat
VolumeType: bdm.EbsVolumeType,
VolumeSize: bdm.EbsVolumeSize,
Iops: bdm.EbsVolumeIops,
Encrypted: bdm.EbsEncrypted,
DeleteOnTermination: bdm.EbsDeleteOnTermination,
},
}
Expand Down

0 comments on commit 3527d32

Please sign in to comment.