Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
packet: added variable cloud_provider to bootkube
Browse files Browse the repository at this point in the history
This will be set to external which is needed for packet-ccm.

Signed-off-by: knrt10 <[email protected]>
  • Loading branch information
knrt10 committed Nov 3, 2020
1 parent cc9395a commit da52633
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ module "bootkube" {
encrypt_pod_traffic = var.encrypt_pod_traffic

ignore_x509_cn_check = var.ignore_x509_cn_check
cloud_provider = var.cloud_provider
}
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,9 @@ variable "ignore_x509_cn_check" {
type = bool
default = false
}

variable "cloud_provider" {
description = "The provider for cloud services (exter string for no provider)"
type = string
default = "external"
}
Loading

0 comments on commit da52633

Please sign in to comment.