private_ip is null for scaleway_instance_server resource #2772
Labels
documentation
instance
Instance issues, bugs and feature requests
priority:highest
Bugs filled by customers, security issues
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
The private_ip field should return the private IP address of the instance once it is connected to the specified private network
Actual Behavior
The private_ip field is null in the output, even though the instance is successfully created and attached to the private network.
Steps to Reproduce
Define a scaleway_instance_server resource with a private network.
Run terraform apply.
Observe that the private_ip field in the output is null.
Additional Context
The Scaleway instance is being created in the fr-par-2 zone.
The issue occurs even though the instance is correctly attached to the private network, as indicated by the network.
A private IP address is indeed assigned to the resource.
References
No response
The text was updated successfully, but these errors were encountered: