I’m trying to create a Memorystore Redis instance using google_redis_instance . I’m getting the error message below, even though the IP ranges (/29) I’m using fall within the pre-configured private service access range at vpc level.
Github bugs link -
https://github.com/hashicorp/terraform-provider-google/pull/13958
As per tracker, it has been already fixed in google provider version 4.58.0
https://github.com/hashicorp/terraform-provider-google/releases/tag/v4.58.0
Error message :
Error creating Instance: googleapi: Error 400: com.google.apps.framework.request.StatusException: generic::INVALID_ARGUMENT: Field instance.reserved_ip_range must match the name of an allocated IP address range associated with the private service connection.
Can anyone please help on this.
My current provider & terraform version details :
Terraform version - 1.7.0
Google provider version - 5.30.0