terraform-provider-scaleway icon indicating copy to clipboard operation
terraform-provider-scaleway copied to clipboard

Add the possibility to predefine the private IP of instances inside a VPC

Open thib-info opened this issue 1 year ago • 0 comments
trafficstars

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

Description

Right now, we can create a VPC and attached instances inside it using Terraform. We don't have any with that, however, we can specify the specific IP we want to attach to each instances inside the VPC. That would be a good feature to add the possibility to specify the private IP in order to improve continuous deployment and automation.

Other providers are proposing that feature and Scaleway still miss this one.

New or Affected Resource(s)

  • scaleway_instance_ip
  • scaleway_vpc
  • scaleway_vpc_private_network

thib-info avatar Mar 14 '24 13:03 thib-info