Skip to content

Commit

Permalink
Fix type of container_port
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmacedot committed Aug 26, 2024
1 parent aabe93a commit 78248e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variable "name" {

variable "container_port" {
default = 8080
type = string
type = number
description = "Port your container listens (used in the placeholder task definition)"
}

Expand Down

0 comments on commit 78248e1

Please sign in to comment.