We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df048a3 commit 309a773Copy full SHA for 309a773
modules/usage_plan/outputs.tf
@@ -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