Skip to content

Commit 9ef4992

Browse files
Merge branch 'main' into issue-122_v2
2 parents 40c719c + de38556 commit 9ef4992

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

examples/complete/variables.tf

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
variable "region" {
2-
type = string
3-
}
4-
5-
variable "allow_ssl_requests_only" {
6-
type = bool
7-
default = true
8-
description = "Set to `true` to require requests to use Secure Socket Layer (HTTPS/SSL). This will explicitly deny access to HTTP requests"
2+
type = string
3+
description = "AWS region"
94
}
105

116
variable "lifecycle_configuration_rules" {

0 commit comments

Comments
 (0)