-
Notifications
You must be signed in to change notification settings - Fork 677
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
Data Volume is encrypted with Provider managed, expecting Customer managed #1673
Comments
I am experiencing the same issue. I have VPC gen 2 Terraform Versionterraform version
Affected Resource(s)Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this. Terraform Configuration Filesvalues changed for security
Debug Outputterraform apply An execution plan has been generated and is shown below.
Terraform will perform the following actions: ibm_is_volume.testacc_volume will be created
Plan: 1 to add, 0 to change, 0 to destroy. Warning: "function_namespace": [DEPRECATED] This field will be deprecated soon Do you want to perform these actions? Enter a value: yes ibm_is_volume.testacc_volume: Creating... Apply complete! Resources: 1 added, 0 changed, 0 destroyed. Panic OutputIf Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the Expected BehaviorBlock storage volume should have been created in VPC gen 2 with BYOK root key from key protect instance. Actual BehaviorA block storage instance was provisioned with Provider managed key Steps to ReproducePlease list the steps required to reproduce the issue, for example:
Important FactoidsAre there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs? ReferencesAre there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example: |
This is more of a bug rather than a feature request. The feature exists in terraform for ibm_is_volume but terraform ignores the CRN of the root key and uses IBM provided key. |
Yes the feature we supported is for Gen1 ....But for Gen2 this feature is rolled out sometime back.. Once we have the SDK rolled out with this feature we will support for Gen2 also |
For gen2 the support is available in latest releases |
Terraform Version
Terraform v0.12.28
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Template is here: https://github.com/dprosper/byok_gen1_gen2
Debug Output
no errors
The text was updated successfully, but these errors were encountered: