i am trying to create new vpc project in Google Cloud Platform with terraform
But its not creating …I got error like this…I am trying to figure out how to overcome it…Can anyone help me out of this?
The “count” value depends on resource attributes that cannot be determined until apply, so Terraform cannot predict how many instances will be created. To work around this, use the -target argument to first apply only
│ the resources that the count depends on.