From 29ca7b2d59fdfd09d6f2eb58f7877ad6e2d317ad Mon Sep 17 00:00:00 2001 From: askubis Date: Fri, 8 Mar 2024 19:33:36 +0100 Subject: [PATCH] added missing web documentation about create_timestamp for compute_(region_)instance_group_manager (#10148) --- .../website/docs/r/compute_instance_group_manager.html.markdown | 2 ++ .../docs/r/compute_region_instance_group_manager.html.markdown | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mmv1/third_party/terraform/website/docs/r/compute_instance_group_manager.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_instance_group_manager.html.markdown index 834633b6b6d9..04f576cb43cf 100644 --- a/mmv1/third_party/terraform/website/docs/r/compute_instance_group_manager.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/compute_instance_group_manager.html.markdown @@ -313,6 +313,8 @@ exported: * `id` - an identifier for the resource with format `projects/{{project}}/zones/{{zone}}/instanceGroupManagers/{{name}}` +* `creation_timestamp` - Creation timestamp in RFC3339 text format. + * `fingerprint` - The fingerprint of the instance group manager. * `instance_group` - The full URL of the instance group created by the manager. diff --git a/mmv1/third_party/terraform/website/docs/r/compute_region_instance_group_manager.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_region_instance_group_manager.html.markdown index 8dfbf3ee9a9f..eeab84344718 100644 --- a/mmv1/third_party/terraform/website/docs/r/compute_region_instance_group_manager.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/compute_region_instance_group_manager.html.markdown @@ -324,6 +324,8 @@ exported: * `id` - an identifier for the resource with format `projects/{{project}}/regions/{{region}}/instanceGroupManagers/{{name}}` +* `creation_timestamp` - Creation timestamp in RFC3339 text format. + * `fingerprint` - The fingerprint of the instance group manager. * `instance_group` - The full URL of the instance group created by the manager.