以下のようにALBを作成し、
# ALB resource "aws_alb" "alb" { name = "hoge_alb" internal = false enable_deletion_protection = false idle_timeout = 300 }
以下のように既存のWebACLを作ったALBに適用させたいのですが、
# WAF resource "aws_wafregional_web_acl_association" "alb_waf" { resource_arn = "arn:aws:elasticloadbalancing:ap-northeast-1:xxxxxxxxxx" web_acl_id = "xxxxxxxxxxxx" }
ALBのarnが勝手に決められてしまうようで、作るまで特定できませんでした。。。
resource_arnにALBのarnを指定するもしくは、
arn以外の指定方法をご存知の方いらっしゃいましたらご教示願いたいです
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。