cloud-native-toolkit / cloud-native-toolkit/terraform-tools-gitops
Creating a new VPC will put the user over quota.
- Dominant language
- HCL
- Stars
- 5
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
When we running apply.sh in container In the backend it will create a IBM cloud infra resources including VPC.
When I run apply.sh script got over quota error.
/terraform/watson-core-serving $ sh apply.sh
`
Error:
│ Error: [ERROR] Error while creating VPC { │ "Message": "Creating a new VPC will put the user over quota. Allocated: 10, Requested: 1, Quota: 10", │ "StatusCode": 400, │ "Result": { │ "errors": [ │ { │ "code": "over_quota", │ "message": "Creating a new VPC will put the user over quota. Allocated: 10, Requested: 1, Quota: 10", │ "more_info": "https://cloud.ibm.com/docs/vpc?topic=vpc-quotas" │ } │ ], │ "trace": "4e71c738-3c26-4fa0-aa11-af1832b41774" │ } │ } │ │ │ with module.ibm-vpc.ibm_is_vpc.vpc[0], │ on .terraform/modules/ibm-vpc/main.tf line 33, in resource "ibm_is_vpc" "vpc": │ 33: resource ibm_is_vpc vpc {
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.