Skip to content

Commit

Permalink
output ID of the api keys from usage_plan submodule (#30)
Browse files Browse the repository at this point in the history
* chore: output api key id for usage_plan submodule

* chore: fix resource name
  • Loading branch information
hazmei authored May 30, 2024
1 parent 8990247 commit bfcc50e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/usage_plan/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
output "api_keys_id" {
description = "ID of the api keys"
value = {
for k, v in aws_api_gateway_api_key.key : k => v.id
}
}

0 comments on commit bfcc50e

Please sign in to comment.