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
@@ -22,3 +22,8 @@ variable "aws_cidr_subnets_public" {
|
||||
description = "CIDR Blocks for public subnets in Availability zones"
|
||||
type = "list"
|
||||
}
|
||||
|
||||
variable "default_tags" {
|
||||
description = "Default tags for all resources"
|
||||
type = "map"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user