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 Network Security Groups #81

Closed kral2 closed 2 years ago

kral2 commented 3 years ago

Community Note

Description

Currently, there is no way to attach a compute instance vnic to an NSG. This is a feature request to add an Input variable that would allow a module user to declare an optional NSG to attach to.

NSG resource itself should not be related to the isntance module, user would just need to provide an NSG ocid or a valid reference to an NSG ocid.

New or Affected Resource(s)

Potential Terraform Configuration

# N/A

References