mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-09 02:17:39 -02:30
Updated with correct syntax to access default_tags variable.
This commit is contained in:
@@ -16,6 +16,6 @@ output "aws_security_group" {
|
||||
}
|
||||
|
||||
output "default_tags" {
|
||||
value = "${default_tags}"
|
||||
value = "${var.default_tags}"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user