Skip to content

Commit

Permalink
Move resources output outside values
Browse files Browse the repository at this point in the history
  • Loading branch information
kachawla authored Jul 31, 2023
1 parent 1c30236 commit f0c2a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
output "result" {
value = {
resources = [module.redis.id]
values = {
resources = [module.redis.id]
host = module.redis.host
port = module.redis.port
}
Expand Down

0 comments on commit f0c2a3f

Please sign in to comment.