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

add support for extended_metadata #80

Closed kral2 closed 2 years ago

kral2 commented 2 years ago

Community Note

Description

Add support to provide extended_metadata to the provisioned instances. This will allow to pass arbitrary data to the instance without having to recreate.

New or Affected Resource(s)

oci_core_instance

Potential Terraform Configuration

# Copy-paste any Terraform configurations for how the requested feature may be used.

References

oci_core_instance.extended_metadata

kral2 commented 2 years ago

already supported.