-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support to allow attaching security lists in the subnet module. #106
Labels
enhancement
New feature or request
Comments
@hyder @devoncrouse @hyder @snafuz could you provide a suggestion for the above issue. |
Has there been any movement on this? I really have a need to do this, and there's no way to add security lists to subnets created with this module after the fact (at least not with Terraform). |
syedthameem85
added a commit
to syedthameem85/terraform-oci-vcn
that referenced
this issue
Nov 20, 2023
13 tasks
syedthameem85
added a commit
to syedthameem85/terraform-oci-vcn
that referenced
this issue
Dec 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Community Note
Description
The subnet modules in its current state sets security_lists_ids to Null. This doesn't allow one to attach an existing SL to a subnet. ( line 26 in file https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/main/modules/subnet/subnet.tf)
Can we parameterise this and allow an input variable to provider security list id's ?
This enhancement will be very helpful.
If not could you provide a suggestion on how to attach an existing SL to a subnet via the module or with terraform a resource ?
New or Affected Resource(s)
oci_core_subnet
The text was updated successfully, but these errors were encountered: