Skip to content

Commit

Permalink
Merge pull request #35373 from ntse/d-correct_shield_application_laye…
Browse files Browse the repository at this point in the history
…r_automatic_response_var_block

docs: correct variable block in shield_application_layer_automatic_response documentation
  • Loading branch information
justinretzolk authored Jan 18, 2024
2 parents 0a200b8 + 1ec48ef commit a12f861
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
Expand Down

0 comments on commit a12f861

Please sign in to comment.