mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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
|
type = string
|
||||||
description = "Full ECR image URI including digest"
|
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
|
type = string
|
||||||
description = "Full ECR image URI including digest"
|
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