You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Creation of the policy and the plan for the policy.
Actual Behavior
Although the policy is created, the plan ends in error and it's not created.
Steps to Reproduce
Create a policy with the parameter match_resource_type = "instance"
Create a plan
I tried different parameters, and when the match_resource_type parameter is set to "instance", the plan ends with an error. Without this parameter, the plan is created successfully.
Hi,
Just to clarify, we don't configure the fast restore. What we are trying to configure is to create a plan to create snapshots of all the volumes attached on the instance.
As the documentation says : "to create backups of all the Block Storage for VPC volumes that are attached to a specific virtual server instance as members of a consistency group. When you configure backups for a consistency group, you can choose to include the boot volume or leave it out. When you create multi-volume backups, you add the tag to the virtual server instance."
Community Note
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
[ERROR] CreateBackupPolicyPlanWithContext failed The requested operation is not implemented.
https://gist.github.com/nrocaalh/81bbdf00de40d80b9bb7b06627e9e934
Expected Behavior
Creation of the policy and the plan for the policy.
Actual Behavior
Although the policy is created, the plan ends in error and it's not created.
Steps to Reproduce
I tried different parameters, and when the match_resource_type parameter is set to "instance", the plan ends with an error. Without this parameter, the plan is created successfully.
terraform apply
Important Factoids
References
backup policy -> https://registry.terraform.io/providers/IBM-cloud/ibm/latest/docs/resources/is_backup_policy
backup plan -> https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/is_backup_policy_plan
The text was updated successfully, but these errors were encountered: