oracle-terraform-modules/terraform-oci-vcn

oci_core_vcn.vcn.default_security_list_id as an output

charlesomer opened this issue ยท 2 comments

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

It would be good if it were possible to access the default security list ID from the module. That way users can add their own security list IDs to a subnet whilst also keeping the default. Instead of having to effectively recreate the defaults.

New or Affected Resource(s)

oci_core_vcn.vcn.default_security_list_id

Potential Terraform Configuration

output "default_security_list_id" {
  value = module.vcn.default_security_list_id
}

References

This is fixed and code is committed . Please dont work on this

Resolved in #122