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
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 :
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.
Community Note
Affected Resource(s)
About
The
ip
argument of thescaleway_instance_security_group_rules
resource is used multiple times in the documentation at :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
The text was updated successfully, but these errors were encountered: