oracle-terraform-modules / terraform-oci-compute-instance

Terraform Module for creating Oracle Cloud Infrastructure compute instances
https://registry.terraform.io/modules/oracle-terraform-modules/compute-instance/oci/latest
Other
46 stars 62 forks source link

Refactor Additional Block Volumes #76

Open kral2 opened 3 years ago

kral2 commented 3 years ago

Community Note

Description

This feature needs a refactor to fix #57 but also adapt the entry type as suggested during PR review #75

New or Affected Resource(s)

oci_core_volume

Potential Terraform Configuration

use for_each logic to declare multiple additional block volumes instead of count.

References