Skip to content

Commit

Permalink
added default "" to test ecr_image_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
aahel committed Sep 19, 2023
1 parent 751c379 commit bb6d49e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/acceptance/tests/setup/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ variable "consul_image" {

variable "ecr_image_uri" {
type = string
default = ""
}

variable "consul_license" {
Expand Down

0 comments on commit bb6d49e

Please sign in to comment.