Skip to content

Commit 309a773

Browse files
authored
output ID of the api keys from usage_plan submodule (#30)
* chore: output api key id for usage_plan submodule * chore: fix resource name
1 parent df048a3 commit 309a773

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/usage_plan/outputs.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
output "api_keys_id" {
2+
description = "ID of the api keys"
3+
value = {
4+
for k, v in aws_api_gateway_api_key.key : k => v.id
5+
}
6+
}

0 commit comments

Comments
 (0)