Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
fix(bootstrap): rm unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jabielecki committed Jan 29, 2021
1 parent 2f91fdc commit 53cf798
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion modules/vm-bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ See the examples/vm-series directory.

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| bootstrap\_key\_lifetime | Default key lifetime for bootstrap. | `string` | `"8760"` | no |
| create\_storage\_account | If true, create a Storage Account and a Resource Group and ignore `existing_storage_account`. | `bool` | `true` | no |
| existing\_storage\_account | The existing Storage Account object to use. Ignored when `create_storage_account` is true. | `any` | `null` | no |
| files | Map of all files to copy to bucket. The keys are local paths, the values are remote paths. Always use slash `/` as directory separator (unix-like), not the backslash `\`. For example `{"dir/my.txt" = "config/init-cfg.txt"}` | `map(string)` | `{}` | no |
Expand Down
5 changes: 0 additions & 5 deletions modules/vm-bootstrap/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ variable "name_prefix" {
type = string
}

variable "bootstrap_key_lifetime" {
description = "Default key lifetime for bootstrap."
default = "8760"
}

variable "create_storage_account" {
description = "If true, create a Storage Account and a Resource Group and ignore `existing_storage_account`."
default = true
Expand Down

0 comments on commit 53cf798

Please sign in to comment.