You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
This is not an issue, but either a feature that exists and is not documented (or that I cannot find) or a feature I'd like to exist.
Terraform Configuration Files
The below is an example of what I'd expect to see, to be able to define the default sg and act for a VPC
When creating a kubernetes cluster the security group for the worker nodes is the ibmcloud_is_vpc.vpc.default_security_group. More pressure to allow the careful crafting of the default_security_group.
security group and network acl are contained by vpc. It probably isn't possible to create these resources before the vpc. Here is a proposal for creating a default security group with no rules: #2262
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
This is not an issue, but either a feature that exists and is not documented (or that I cannot find) or a feature I'd like to exist.
Terraform Configuration Files
The below is an example of what I'd expect to see, to be able to define the default sg and act for a VPC
The other option would be a bool option called default in the actual ibm_is_security_group or ibm_is_network_acl resources (example below):
Debug Output
NA
Panic Output
NA
Expected Behavior
Define which SG / ACL is the default at the VPC level or at the SG/ACL resource levels.
Actual Behavior
Not currently a supported behavior (I believe)
Steps to Reproduce
NA
Important Factoids
NA
References
NA
The text was updated successfully, but these errors were encountered: