Closed jimeh closed 1 year ago
We want to be able to manage security groups and security group rules through Terraform.
katapult_security_group
inbound_rule
outbound_rule
katapult_security_group_rule
katapult_security_groups
katapult_security_group_rules
The security groups API has now been deployed to production, and support has been added to the go-katapult client library. So this issue should be ready to be worked on.
We want to be able to manage security groups and security group rules through Terraform.
katapult_security_group
resource.inbound_rule
attribute to define one or more inbound rules.outbound_rule
attribute to define one or more outbound rules.katapult_security_group_rule
resource which allow managing security group rules independently.katapult_security_group
data source to fetch single security group.katapult_security_groups
data source to fetch list of all security groups.katapult_security_group_rule
data source to fetch a single security group rule.katapult_security_group_rules
data source to fetch list of all rules for a single security group.