mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add stage
This commit is contained in:
parent
323badc5fc
commit
eeee5fa03e
2 changed files with 10 additions and 0 deletions
|
|
@ -7,3 +7,8 @@ variable "image_uri" {
|
|||
type = string
|
||||
description = "Full ECR image URI including digest"
|
||||
}
|
||||
|
||||
variable "stage" {
|
||||
description = "Deployment stage (e.g. dev, prod)"
|
||||
type = string
|
||||
}
|
||||
|
|
@ -7,3 +7,8 @@ variable "image_uri" {
|
|||
type = string
|
||||
description = "Full ECR image URI including digest"
|
||||
}
|
||||
|
||||
variable "stage" {
|
||||
description = "Deployment stage (e.g. dev, prod)"
|
||||
type = string
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue