From 13a2d73fd6b169a76f7542b0467a73976cc92359 Mon Sep 17 00:00:00 2001 From: Udbv Date: Thu, 23 May 2024 23:46:17 +0300 Subject: [PATCH] Update lakeformation tag value limitation (#37638) The maximum number of values that can be defined for a LF-Tag is 1000. --- website/docs/r/lakeformation_lf_tag.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/lakeformation_lf_tag.html.markdown b/website/docs/r/lakeformation_lf_tag.html.markdown index 3af87de93a31..5bef2c794281 100644 --- a/website/docs/r/lakeformation_lf_tag.html.markdown +++ b/website/docs/r/lakeformation_lf_tag.html.markdown @@ -8,7 +8,7 @@ description: |- # Resource: aws_lakeformation_lf_tag -Creates an LF-Tag with the specified name and values. Each key must have at least one value. The maximum number of values permitted is 15. +Creates an LF-Tag with the specified name and values. Each key must have at least one value. The maximum number of values permitted is 1000. ## Example Usage