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
Branches
Tags
No related merge requests found
...@@ -16,6 +16,6 @@ output "aws_security_group" { ...@@ -16,6 +16,6 @@ output "aws_security_group" {
} }
output "default_tags" { output "default_tags" {
value = "${default_tags}" value = "${var.default_tags}"
} }
...@@ -24,5 +24,5 @@ output "inventory" { ...@@ -24,5 +24,5 @@ output "inventory" {
} }
output "default_tags" { output "default_tags" {
value = "${default_tags}" 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