diff --git a/outputs.tf b/outputs.tf index c83b6b9..03488e4 100644 --- a/outputs.tf +++ b/outputs.tf @@ -18,6 +18,11 @@ output "test-just-a-test" { value = "test" } +output "just-another-test" { + description = "just a test" + value = "test" +} + # -------------------------------------------------------------------------- # VPC # --------------------------------------------------------------------------