Edward Sun
Edward Sun
@rhoriguchi how many GCP projects are involved in your deployment? Below account is [Compute Engine Service Agent](https://cloud.google.com/compute/docs/access/service-accounts#compute_engine_service_account) which was created when you enabled the Compute Engine API on project **224845064652**....
b/290022223
@archimed-shaman what do you see if you completely remove `start_time`? ```tf quota { sign_up_quota_config { quota = 1000 quota_duration = "7200s" } } ``` I do see the [example](google_identity_platform_config) contains...
@JSkimming not sure how much we can do here. Have you considered **import** before you `we do want to make Terraform changes to the Cloud run service`?
@JSkimming because a diff has occurred between your config and the actual state on the server after you deployed the functions via gcloud. **Import** should bring your terraform state to...
@JSkimming to solve the error you encountered during the import, you may want to review [state rm](https://developer.hashicorp.com/terraform/cli/commands/state/rm) command before you run the import. Thanks for the suggestion for comparing the...
`revision` needs to be set `computed`?
@derhally what version of the provider are you using? Can you share the debug log that contains the api requests and responses?
@derhally I think you are right. The [labels](https://github.com/hashicorp/terraform-provider-google/blob/9d577db230bead275a4a1a6ae2c15a608a9dba1b/google/services/compute/resource_compute_instance.go#L229) currently is set as ForceNew. It looks like update is available from the api. [compute.disks.setLabels](https://cloud.google.com/compute/docs/reference/rest/v1/instances/update)
@SehiiRohoza can you share your debug log that led to the error, and the 2nd apply that succeeded?