Error waiting for Creating SecurityPolicy "armor-security-policy": Quota 'SECURITY_POLICY_RULES' exceeded. Limit: 0.0 globally

I am free trial account.

I am running cloud armor, but report error:

╷
│ Error: Error waiting for Creating SecurityPolicy "armor-security-policy": Quota 'SECURITY_POLICY_RULES' exceeded.  Limit: 0.0 globally.
│       metric name = compute.googleapis.com/security_policy_rules
│       limit name = SECURITY-POLICY-RULES-per-project
│       dimensions = map[global:global]
│
│
│   with google_compute_security_policy.security-policy-1,
│   on main.tf line 101, in resource "google_compute_security_policy" "security-policy-1":
│  101: resource "google_compute_security_policy" "security-policy-1" {
│

I think it is hard limit that can not adjust:

so how to solve it ?

Howdy @anlex_N ,

You can’t adjust quotas on trial version. Only paid billing account is allows you to increasing quotas.

cheers,
Damian | Cloud GDE

@DamianS Thank you for your reply, you are my friend!

If I upgrade to paid billing account, will it be solved?

I have another case: in my another paid billing account, I can not increase SSD quota (the default is 250G) by myself. so that I can not create Google Cloud Workstation. why?

@anlex_N

Yes.

You can’t edit “System limit” values. Those are hard-coded and cannot be modified regardless if account is paid or not. Also, you can’t edit quotas for “default” resources like in example “default VPC”

If my reply was helpful, please mark it as a solution :slight_smile:

cheers,
Damian

@DamianS system limit != hard limit ?

I have reviewed all google cloud docs, I can not find this sentence original source.