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 646b042 commit e8f3b08Copy full SHA for e8f3b08
outputs.tf
@@ -22,12 +22,12 @@ output "proxy_default_target_group_id" {
22
23
output "proxy_default_target_group_arn" {
24
description = "The Amazon Resource Name (ARN) for the default target group"
25
- value = element(concat(aws_db_proxy_default_target_group.this.*.id, [""]), 0)
+ value = element(concat(aws_db_proxy_default_target_group.this.*.arn, [""]), 0)
26
}
27
28
output "proxy_default_target_group_name" {
29
description = "The name of the default target group"
30
+ value = element(concat(aws_db_proxy_default_target_group.this.*.name, [""]), 0)
31
32
33
# Proxy Target
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments