terraform-provider-opc
terraform-provider-opc copied to clipboard
Unable to create storage_volume from a snapshot created by another user.
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v0.9.8
Affected Resource(s)
- opc_storage_volume
Terraform Configuration Files
resource "opc_compute_storage_volume" "test4" {
name = "storageVolumekd4"
description = "Description for the Storage Volume"
size = 30
tags = ["bar", "foo"]
snapshot = "KD_Test_Snap"
snapshot_account = "Compute-a463859/username"
}
Debug Output
https://gist.github.com/kdvlr/855134fcd3923cbef03b7809a5dc4649
Panic Output
Expected Behavior
A new storage volume should have been created from the existing storage snapshot.
Actual Behavior
Unable to find the storage snapshot even though it exists.
Steps to Reproduce
-
terraform apply
Important Factoids
None. Plain vanilla OPC
References
None.