Skip to content

Commit

Permalink
Properly handle outputs from lab Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Mar 21, 2024
1 parent 4a4b04f commit b427de1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/.workshop/terraform/lab/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
output "environment" {
value = ""
}
3 changes: 3 additions & 0 deletions manifests/.workshop/terraform/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
output "environment" {
value = module.lab.environment
}

0 comments on commit b427de1

Please sign in to comment.