Hi Team, I am deploying a CVO using Terraform in GCP, Deployment and deletion is successful but getting this below error.
"504 gateway time out from Azure application gateway"
approximately after 12 mins of deployment, however the cluster is getting created. We get 504/ongoingasyncoperation exception error while destroying the cluster but it gets deleted completely from the console.
<html>
<head>
<title>504 Gateway Time-out</title>
</head>
<body>
<center>
<h1>504 Gateway Time-out</h1>
</center>
<hr>
<center>Microsoft-Azure-Application-Gateway/v2</center>
</body>
</html>
Please find the terraform provider that we are using.
terraform {
required_providers {
netapp-cloudmanager = {
source = "NetApp/netapp-cloudmanager"
version = "23.7.0"
}
}
}