We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since 1.24.1, it is possible to encrypt the data volumes of CCE nodes with a KMS key: https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/latest/docs/resources/cce_node_v3. However, I am not able to specify such a key in a node pool. See https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/latest/docs/resources/cce_node_pool_v3
The text was updated successfully, but these errors were encountered:
KMS
[CCE] Add missing KMS config (#1165)
9edb040
[CCE] Add missing `KMS` config Summary of the Pull Request Add missing kms config in resource/opentelekomcloud_cce_node_pool_v3 Fixes: #1161 Fixes: #1157 PR Checklist Refers to: #1161, #1157 Tests added/passed. Documentation updated. Schema updated. Acceptance Steps Performed === RUN TestAccCCENodePoolsV3_basic --- PASS: TestAccCCENodePoolsV3_basic (1017.89s) === RUN TestAccCCENodePoolsV3_randomAZ --- PASS: TestAccCCENodePoolsV3_randomAZ (793.57s) === RUN TestAccCCENodePoolsV3EncryptedVolume --- PASS: TestAccCCENodePoolsV3EncryptedVolume (720.49s) PASS Process finished with the exit code 0 Reviewed-by: Anton Sidelnikov <None> Reviewed-by: Anton Kachurin <[email protected]> Reviewed-by: None <None>
lego963
Successfully merging a pull request may close this issue.
Since 1.24.1, it is possible to encrypt the data volumes of CCE nodes with a KMS key: https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/latest/docs/resources/cce_node_v3.
However, I am not able to specify such a key in a node pool. See https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/latest/docs/resources/cce_node_pool_v3
The text was updated successfully, but these errors were encountered: