mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 03:37:36 +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
@@ -14,3 +14,8 @@ output "aws_security_group" {
|
||||
value = ["${aws_security_group.kubernetes.*.id}"]
|
||||
|
||||
}
|
||||
|
||||
output "default_tags" {
|
||||
value = "${default_tags}"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user