Closed xyfleet closed 10 months ago
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
This issue was automatically closed because of stale in 10 days
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Hello,
I am using the security group module in my project. I see multiple errors in my terraform state file which you can see below. I don't know why you remove these variables under modules/_templates/.
No declaration found for "var.auto_ingress_rules"
No declaration found for "var.auto_ingress_with_self"
No declaration found for "var.auto_computed_ingress_rules"
No declaration found for "var.auto_egress_rules"
I even clone your code directly and see the same errors.
⚠️ Note
Versions
Module version [Required]: v5.1.0
Terraform version: Terraform v1.5.6
Provider version(s): hashicorp/aws v5.25.0
Reproduction Code [Required]
Clone your code repo locally and you can see the errors.
Expected behavior
No errors indicated
Actual behavior
See these red error warnings.