From de003868d8b0415fc919b8696c9a56c0f128ed4b Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 21 May 2021 17:39:10 -0400 Subject: [PATCH] remove var --- config/README.md | 1 - config/variables.tf | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/config/README.md b/config/README.md index e080a35..da752da 100644 --- a/config/README.md +++ b/config/README.md @@ -81,7 +81,6 @@ No modules. |------|-------------|------|---------|:--------:| | [account\_alias](#input\_account\_alias) | AWS Account Alias | `string` | `""` | no | | [account\_id](#input\_account\_id) | AWS Account ID (default will pull from current user) | `string` | `""` | no | -| [bucket\_id](#input\_bucket\_id) | Config S3 Bucket ID/Name | `string` | n/a | yes | | [enable\_config\_rules\_standard](#input\_enable\_config\_rules\_standard) | Flag to enable\|disable the standard set of config rules | `bool` | `true` | no | | [enable\_config\_rules\_stopped](#input\_enable\_config\_rules\_stopped) | Flag to enable\|disable EC2 stopped config rules | `bool` | `false` | no | | [name](#input\_name) | Config resource name prefix used for all resources | `string` | `""` | no | diff --git a/config/variables.tf b/config/variables.tf index 5bff04e..c4aafea 100644 --- a/config/variables.tf +++ b/config/variables.tf @@ -4,11 +4,11 @@ variable "name" { default = "" } -variable "bucket_id" { - description = "Config S3 Bucket ID/Name" - type = string -} - +##variable "bucket_id" { +## description = "Config S3 Bucket ID/Name" +## type = string +##} +## variable "enable_config_rules_standard" { description = "Flag to enable|disable the standard set of config rules" type = bool