mirror of
https://github.com/createfuture-cloud/feedsummarizer.git
synced 2025-12-20 05:49:32 +00:00
fix: Support variable architecture
This commit is contained in:
@@ -27,3 +27,9 @@ variable "schedule_expression_timezone" {
|
||||
description = "Timezone for the schedule expression"
|
||||
default = "UTC"
|
||||
}
|
||||
|
||||
variable "architecture" {
|
||||
type = string
|
||||
description = "CPU Architecture to Build & Deploy"
|
||||
default = "x86_64"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user