We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40c719c + de38556 commit 9ef4992Copy full SHA for 9ef4992
examples/complete/variables.tf
@@ -1,11 +1,6 @@
1
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"
+ type = string
+ description = "AWS region"
9
}
10
11
variable "lifecycle_configuration_rules" {
0 commit comments