Skip to content
Snippets Groups Projects
Unverified Commit ffbdf31a authored by Spencer Smith's avatar Spencer Smith Committed by GitHub
Browse files

Merge pull request #2135 from riverron/master

Updated with correct syntax to access default_tags variable.
parents ccd9cc3d 8f36a029
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,6 @@ output "aws_security_group" {
}
output "default_tags" {
value = "${default_tags}"
value = "${var.default_tags}"
}
\ No newline at end of file
}
......@@ -24,5 +24,5 @@ output "inventory" {
}
output "default_tags" {
value = "${default_tags}"
}
\ No newline at end of file
value = "${var.default_tags}"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment