Skip to content

Commit

Permalink
Update output.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuki-konbini authored May 10, 2021
1 parent 6e5fab8 commit fedfb16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ output "rest_api_id" {
}

output "api_key" {
value = element(concat(aws_api_gateway_api_key.mykey.*.value, tolist("")), 0)
value = element(concat(aws_api_gateway_api_key.mykey.*.value, tolist([""])), 0)
sensitive = true
}

output "stage_arn_list" {
Expand Down

0 comments on commit fedfb16

Please sign in to comment.