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
Run terraform -v to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.
Affected Resource(s)
Please list the resources as a list, for example:
oneandone_block_storage
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Upon apply the block storage should be attached to the server. Block storage doesn't get attached. Attaching the block storage by editing the block storage resource doesn't work because server_id is marked DiffSuppressFunc
With the current implementation oneandone_block_storage is not functional.
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
Run
terraform -v
to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.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
Expected Behavior
Upon apply the block storage should be attached to the server. Block storage doesn't get attached. Attaching the block storage by editing the block storage resource doesn't work because
server_id
is markedDiffSuppressFunc
With the current implementation
oneandone_block_storage
is not functional.