Skip to content

Commit

Permalink
Merge pull request #1 from shalb/dev
Browse files Browse the repository at this point in the history
var fix
  • Loading branch information
romanprog authored Jan 25, 2021
2 parents 8ed0459 + dc527a4 commit 863abed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Terraform module to create an managed kubernetes cluster in DigitalOcean cloud.
|------|-------------|------|---------|:--------:|
| additional\_node\_groups | A list of worker groups configs | `any` | `[]` | no |
| cluster\_name | (Required) Provide DigitalOcean cluster name | `string` | n/a | yes |
| default\_node\_group | n/a | `any` | `{}` | no |
| default\_node\_group | n/a | `any` | n/a | yes |
| k8s\_version | Provide DigitalOcean Kubernetes minor version (e.g. '1.15' or higher) | `string` | `"1.19.3-do"` | no |
| kubeconfig\_bucket | Bucket name for kubeconfig upload | `string` | n/a | yes |
| kubeconfig\_bucket\_key | Path and filename og kubeconfig in do spaces bucket | `string` | `"kubeconfig"` | no |
Expand Down
3 changes: 1 addition & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ variable region {
}

variable default_node_group {
type = any
default = {}
type = any
}


Expand Down

0 comments on commit 863abed

Please sign in to comment.