Skip to content

Commit

Permalink
Update _variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
caiovfernandes committed Jun 26, 2024
1 parent ac1a6c7 commit 6700202
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -606,3 +606,11 @@ variable "solutions_stack_name_regex" {
default = ""
description = "Regex string to apply to the solution stack list returned by AWS"
}


variable "ami_id" {
type = string
default = ""
description = "ElasticBeanstalk custom AMI ID"
}

0 comments on commit 6700202

Please sign in to comment.