From 1ec48ef3f18ba06073dce23932e96d282ba986ba Mon Sep 17 00:00:00 2001 From: Sam Ainsworth Date: Thu, 18 Jan 2024 16:39:05 +0000 Subject: [PATCH] docs: correct variable block --- .../r/shield_application_layer_automatic_response.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/shield_application_layer_automatic_response.html.markdown b/website/docs/r/shield_application_layer_automatic_response.html.markdown index ace314a84c2b..2a5b238e0c47 100644 --- a/website/docs/r/shield_application_layer_automatic_response.html.markdown +++ b/website/docs/r/shield_application_layer_automatic_response.html.markdown @@ -19,7 +19,7 @@ data "aws_region" "current" {} data "aws_caller_identity" "current" {} data "aws_partition" "current" {} -var "distribution_id" { +variable "distribution_id" { type = "string" description = "The Cloudfront Distribution on which to enable the Application Layer Automatic Response." }