-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Copy link
Labels
instanceInstance issues, bugs and feature requestsInstance issues, bugs and feature requestspriority:highestBugs filled by customers, security issuesBugs filled by customers, security issues
Description
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 other comments that do not add relevant new information or questions, 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
Affected Resource(s)
- scaleway_instance_security_group_rules
- scaleway_instance_security_group
About
The ip
argument of the scaleway_instance_security_group_rules
resource is used multiple times in the documentation at :
- https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/instance_security_group_rules
- https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/instance_security_group
Even though it has been marked as deprecated in #1460 in favor of ip_range
, leading to a deprecated warning in the official linter extension for VSCode if you use it. Exact line here.
However it's not even marked as deprecated in the documentation of the resource itself : https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/instance_security_group_rules#ip-1.
So what's going on here ? Is ip
even deprecated or not ?
References
Metadata
Metadata
Assignees
Labels
instanceInstance issues, bugs and feature requestsInstance issues, bugs and feature requestspriority:highestBugs filled by customers, security issuesBugs filled by customers, security issues