Skip to content

Commit

Permalink
remove var
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 21, 2021
1 parent 595f30b commit de00386
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ No modules.
|------|-------------|------|---------|:--------:|
| <a name="input_account_alias"></a> [account\_alias](#input\_account\_alias) | AWS Account Alias | `string` | `""` | no |
| <a name="input_account_id"></a> [account\_id](#input\_account\_id) | AWS Account ID (default will pull from current user) | `string` | `""` | no |
| <a name="input_bucket_id"></a> [bucket\_id](#input\_bucket\_id) | Config S3 Bucket ID/Name | `string` | n/a | yes |
| <a name="input_enable_config_rules_standard"></a> [enable\_config\_rules\_standard](#input\_enable\_config\_rules\_standard) | Flag to enable\|disable the standard set of config rules | `bool` | `true` | no |
| <a name="input_enable_config_rules_stopped"></a> [enable\_config\_rules\_stopped](#input\_enable\_config\_rules\_stopped) | Flag to enable\|disable EC2 stopped config rules | `bool` | `false` | no |
| <a name="input_name"></a> [name](#input\_name) | Config resource name prefix used for all resources | `string` | `""` | no |
Expand Down
10 changes: 5 additions & 5 deletions config/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de00386

Please sign in to comment.