hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.32k stars 1.72k forks source link

Add better documentation for {{name}} formats in import #8499

Open slevenick opened 3 years ago

slevenick commented 3 years ago

Affected Resource(s)

Community Note

Description

Some resources have import function that only accept {{name}} that is a long-name. This requires users to figure out the format of the long name without proper documentation.

For example this PR would add better documentation for uptime checks: https://github.com/hashicorp/terraform-provider-google/pull/7835

New or Affected Resource(s)

Resources that support import with long-names described only as {{name}}

Potential Terraform Configuration

References

rileykarson commented 1 year ago

Related: https://github.com/hashicorp/terraform-provider-google/issues/13370

We should probably just move away from {{name}} where we can