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