From d48847fb50535c2e6f2106cdc49fb4eb5fd75b13 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Fri, 13 Dec 2024 18:05:29 +0000 Subject: [PATCH] Document `auth_string` output parameter for google_redis_instance (#12344) [upstream:d7d5bdf5c24003db1b6a165ada7d85015f6e1e4c] Signed-off-by: Modular Magician --- .changelog/12344.txt | 3 +++ website/docs/r/redis_instance.html.markdown | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .changelog/12344.txt diff --git a/.changelog/12344.txt b/.changelog/12344.txt new file mode 100644 index 0000000000..42b910df15 --- /dev/null +++ b/.changelog/12344.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` \ No newline at end of file diff --git a/website/docs/r/redis_instance.html.markdown b/website/docs/r/redis_instance.html.markdown index 3399b32cf3..f4e44aed81 100644 --- a/website/docs/r/redis_instance.html.markdown +++ b/website/docs/r/redis_instance.html.markdown @@ -593,6 +593,8 @@ In addition to the arguments listed above, the following computed attributes are * `effective_labels` - All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other clients and services. +* `auth_string` - AUTH String set on the instance. This field will only be populated if auth_enabled is true. + The `maintenance_schedule` block contains: