diff --git a/.changelog/5172.txt b/.changelog/5172.txt new file mode 100644 index 00000000000..2f4884f6a4a --- /dev/null +++ b/.changelog/5172.txt @@ -0,0 +1,3 @@ +```release-note:bug +osconfig: fixed import on google_os_config_guest_policies +``` diff --git a/website/docs/r/os_config_guest_policies.html.markdown b/website/docs/r/os_config_guest_policies.html.markdown index 35f3927e0b0..ef2d8ca936b 100644 --- a/website/docs/r/os_config_guest_policies.html.markdown +++ b/website/docs/r/os_config_guest_policies.html.markdown @@ -794,7 +794,7 @@ The `script_run` block supports: In addition to the arguments listed above, the following computed attributes are exported: -* `id` - an identifier for the resource with format `{{name}}` +* `id` - an identifier for the resource with format `projects/{{project}}/guestPolicies/{{guest_policy_id}}` * `name` - Unique name of the resource in this project using one of the following forms: projects/{project_number}/guestPolicies/{guestPolicyId}.