Skip to content

Commit

Permalink
docs: Add missing target id to docs (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryant Biggs <[email protected]>
  • Loading branch information
andre-lx and bryantbiggs authored May 6, 2024
1 parent 454d2cb commit 2b8b20e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ module "alb" {
protocol = "HTTP"
port = 80
target_type = "instance"
target_id = "i-0f6d38a07d50d080f"
}
}
Expand Down Expand Up @@ -223,6 +224,7 @@ module "alb" {
protocol = "HTTPS"
port = 443
target_type = "instance"
target_id = "i-0f6d38a07d50d080f"
}
}
}
Expand Down Expand Up @@ -311,6 +313,7 @@ module "nlb" {
protocol = "TCP"
port = 80
target_type = "ip"
target_id = "10.0.47.1"
}
}
Expand Down

0 comments on commit 2b8b20e

Please sign in to comment.