Skip to content

Commit

Permalink
add: external IP var
Browse files Browse the repository at this point in the history
  • Loading branch information
ghannay10 committed Apr 17, 2024
1 parent f940cbb commit 844a707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ variable "domain_name" {
description = "The base domain name for the project"
}

variable "external_ips" {
type = list(string)
description = "List of external IPs"
}

variable "ecr_repository_uri" {
type = string
description = "ECR repo uri"
Expand Down

0 comments on commit 844a707

Please sign in to comment.