Skip to content

Commit

Permalink
docs: correct variable block
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth committed Jan 18, 2024
1 parent 0a200b8 commit 1ec48ef
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 1ec48ef

Please sign in to comment.