Skip to content

Commit e9e99f0

Browse files
committed
update README.md
1 parent 5849958 commit e9e99f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ Here is examples of how you can use this module in your inventory structure:
159159
| ebs\_volume\_enabled | Flag to control the ebs creation. | `bool` | `false` | no |
160160
| ebs\_volume\_size | Size of the EBS volume in gigabytes. | `number` | `30` | no |
161161
| ebs\_volume\_type | The type of EBS volume. Can be standard, gp2 or io1. | `string` | `"gp2"` | no |
162-
| encrypted | If true, the disk will be encrypted. | `bool` | `true` | no |
163162
| environment | Environment (e.g. `prod`, `dev`, `staging`). | `string` | `""` | no |
164163
| ephemeral\_block\_device | Customize Ephemeral (also known as Instance Store) volumes on the instance. | `list(any)` | `[]` | no |
165164
| host\_id | The Id of a dedicated host that the instance will be assigned to. Use when an instance is to be launched on a specific dedicated host. | `string` | `null` | no |

0 commit comments

Comments
 (0)