ApigeeX - Creating environment encounters FAILED_PRECONDITION (400 response error)

Hi, 

Just encountered this error today upon creating and deleting environment in Apigee-X.
The triggered multiple environments creation (via terraform) just kept on "Pending Provisioning" status since this morning, while the triggered deletion was just in "Pending Deletion" status, see sample response below.

Thanks!

curl --insecure "https://apigee.googleapis.com/v1/organizations/{{ project }}/environments/dev7" -H "$AUTH" -X DELETE -H "Content-Type:application/json"  
{
  "error": {
    "code": 400,
    "message": "the resource is locked by another operation where environment dev7 is being created by operation: d4fe7c1c-34c4-436f-90aa-c8f8d3234337",
"status": "FAILED_PRECONDITION",
    "details": [
      {
        "@type": "type.googleapis.com/google.rpc.RequestInfo",
        "requestId": "18303682327641362887"
      }
    ]
  }
}

 

0 0 61
0 REPLIES 0