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

Add support for Network Security Groups

kral2 opened this issue ยท 0 comments

kral2 commented

Community Note

  • 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 "me too" comments, 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

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