Edward Sun

Results 162 comments of Edward Sun

@roy-work those two [import command](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_node_pool#import) work for me. Did you notice below error? You might want to fix this problem first. Are you able to create a cluster with the...

@roy-work all what I did was to test the provider's `import` functionality. This is what the repo focuses on. Without knowing further, I can't comment what happened to your issue....

@roy-work if you can run `terraform apply` with an account, I can't think of any reason that `terraform import` can't be run with the same account. Did I miss anything...

@roy-work where the state resides is specified at the terraform provider [configuration](https://www.terraform.io/language/settings/backends/configuration). `terraform import` and `terraform apply` should use the same config if you are using the config https://www.terraform.io/language/providers/requirements#requiring-providers Again...

@roy-work is this still an issue?

@roy-work you might want to review how to config the provider. If you are able to create a resource, you should be able to import the same resource using the...

@jsbroks where did you see replacement is not necessary? Do you have steps to achieve using other tools?

@jsbroks is this still an issue?

@jsbroks closing this assuming it is no longer an issue

@billyfoss can you share the gcloud command that `manually removes adaptive_protection_config from the policy`?