Skip to content

Commit

Permalink
skip: add provides/requires for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Sep 24, 2024
1 parent 15526ad commit 0b474eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
output "app_name" {
value = juju_application.namespace_node_affinity.name
}

output "provides" {
value = {}
}

output "requires" {
value = {}
}

0 comments on commit 0b474eb

Please sign in to comment.