Closed
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
Terraform Version
Terraform v1.11.4
Affected Resource(s)
- data.scaleway_flexible_ip
Terraform Configuration Files
According to the docs
# Get info by IP ID
data "scaleway_flexible_ip" "my_ip" {
ip_id = "11111111-1111-1111-1111-111111111111"
}
Debug Output
│ Error: Unsupported argument
│
│ on main.tf line 12, in data "scaleway_flexible_ip" "gtw":
│ 12: ip_id = "11111111-1111-1111-1111-111111111111"
│
│ An argument named "ip_id" is not expected here.
Panic Output
Expected Behavior
Documentation looks outdated. According to the code, it should mention flexible_ip_id
Actual Behavior
Steps to Reproduce
terraform plan
Important Factoids
References
Metadata
Metadata
Assignees
Labels
No labels