Skip to content

Commit

Permalink
BBL-192 | updating variable description
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Oct 21, 2020
1 parent f94f318 commit 4555e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Personally we have seen the need of creating a similar set of such resources
| root\_block\_device | Customize details about the root block device of the instance. See Block Devices below for details | `list(map(string))` | `[]` | no |
| root\_device\_backup\_tag | EC2 Root Block Device backup tag | `string` | `"True"` | no |
| security\_group\_rules | A list of security group rules | `list(any)` | `[]` | no |
| tagApprovedAMIvalue | Tags | `string` | `"false"` | no |
| tagApprovedAMIvalue | Set the specific tag ApprovedAMI ('true' \| 'false') that identifies aws-config compliant AMIs | `string` | `"false"` | no |
| tags | Tags | `map(string)` | `{}` | no |
| user\_data | The user data to provide when launching the instance. Do not pass gzip-compressed data via this argument; see user\_data\_base64 instead. | `string` | `null` | no |
| user\_data\_base64 | Can be used instead of user\_data to pass base64-encoded binary data directly. Use this instead of user\_data whenever the value is not a valid UTF-8 string. For example, gzip-encoded user data must be base64-encoded and passed via this argument to avoid corruption. | `string` | `null` | no |
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ variable "tags" {

variable "tagApprovedAMIvalue" {
type = string
description = "Tags"
description = "Set the specific tag ApprovedAMI ('true' | 'false') that identifies aws-config compliant AMIs"
default = "false"
}

Expand Down

0 comments on commit 4555e0c

Please sign in to comment.