Skip to content

Commit

Permalink
multiple providers
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Nov 24, 2019
1 parent 0722a80 commit 447da5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions example/exampleA/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

output "local_nodes" {
value = module.cassandra.local_nodes
}

output "security_group" {
value = module.cassandra.security_group
}

0 comments on commit 447da5a

Please sign in to comment.