I'm able to create a Compute Engine with either a:
- Predefined IP address
- Dynamic IP address
But I can't create a Compute Engine with a semi-dynamic address, i.e. the first 3 numbers being static but not the last one, e.g. 255.255.255.*
The Compute Engine is being created on a VPC whose IP address range is too wide for my requirements. I'm attempting to created all of my servers on a close range of IP addresses but I also don't want make each one static and have to maintain it in the Terraform code.
Does anyone know a means to reserve and assign IP's in this restricted way?