Skip to content

Commit

Permalink
correcting public key paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Apr 25, 2022
1 parent 7920afd commit f284ac6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,3 @@ output "id" {
description = "ID of the created example"
value = module.this.enabled ? module.this.id : null
}

output "example" {
description = "Example output"
value = module.this.enabled ? local.example : null
}

output "random" {
description = "Stable random number for this example"
value = module.this.enabled ? join("", random_integer.example[*].result) : null
}

0 comments on commit f284ac6

Please sign in to comment.