mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
update terraform, fix deprecated values add default_tags, fix ansible inventory (#1821)
This commit is contained in:
committed by
Matthew Mosesohn
parent
20d80311f0
commit
7ef1e1ef9d
@@ -26,3 +26,8 @@ variable "aws_subnet_ids_public" {
|
||||
description = "IDs of Public Subnets"
|
||||
type = "list"
|
||||
}
|
||||
|
||||
variable "default_tags" {
|
||||
description = "Tags for all resources"
|
||||
type = "map"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user