Skip to content

Commit

Permalink
Fix typo in VPCLattice Target Group docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattburgess committed May 9, 2023
1 parent a050ab9 commit a26fb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/vpclattice_target_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "aws_vpclattice_target_group" "example" {
port = 443
protocol = "HTTPS"
vpc_identifier = aws_vpc.example.id
protocol_version = "HPPT1"
protocol_version = "HTTP1"
health_check {
enabled = true
Expand Down

0 comments on commit a26fb59

Please sign in to comment.