GitHub Repository: https://github.com/SimonSparksUK/Automation
Filename: Policy-Deployment-Limit-Sample.json
{
"name": "Deployment Limit",
"typeId": "com.vmware.policy.deployment.limit",
"projectId": "--INSERT-YOUR-PROJECT-ID-HERE--",
"enforcementType": "HARD",
"definition": {
"deploymentLimits": {
"cpu": {
"value": 128
},
"memory": {
"unit": "GB",
"value": 512
},
"storage": {
"unit": "GB",
"value": 65536
},
"instances": {
"value": 64
}
}
}
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
