terraform-provider-oci icon indicating copy to clipboard operation
terraform-provider-oci copied to clipboard

oci_core_boot_volume_backup has a wrong argument in the documentation

Open guidin360 opened this issue 2 years ago • 0 comments

In the documentation it is stated:

volume_backup_id - (Required) The OCID of the source volume backup.

however, when running the command terraform apply i get:

An argument named "volume_backup_id" is not expected here.

I think the proper argument is called "boot_volume_backup_id" cause adding boot_ makes it work.

guidin360 avatar May 18 '22 12:05 guidin360