Skip to content

Commit

Permalink
chore(examples/complete): update for terratest
Browse files Browse the repository at this point in the history
  • Loading branch information
dudymas committed Sep 29, 2023
1 parent 9c6f57d commit 237e8d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/complete/fixtures.us-east-2.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@ port_mappings = [
containerPort = 8080
hostPort = 80
protocol = "tcp"
name = "http"
appProtocol = "http"
},
{
containerPort = 8081
hostPort = 443
protocol = "udp"
name = "https"
appProtocol = "http"
}
]

Expand Down

0 comments on commit 237e8d5

Please sign in to comment.