add stage

This commit is contained in:
Jun-te Kim 2026-02-03 14:31:16 +00:00
parent 323badc5fc
commit eeee5fa03e
2 changed files with 10 additions and 0 deletions

View file

@ -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
}

View file

@ -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
}