|
@@ -13,6 +13,16 @@ variable "service_role" { type = string }
|
|
|
variable "artifact_s3_bucket" { type = string }
|
|
|
variable "codebuild_image" {type = string }
|
|
|
|
|
|
+variable "artifact_namespace_type" {
|
|
|
+ type = string
|
|
|
+ default = "BUILD_ID"
|
|
|
+}
|
|
|
+
|
|
|
+variable "override_artifact_name" {
|
|
|
+ type = bool
|
|
|
+ default = false
|
|
|
+}
|
|
|
+
|
|
|
variable "kms_key" {
|
|
|
type = string
|
|
|
default = ""
|
|
@@ -26,4 +36,4 @@ variable "badge_enabled" {
|
|
|
variable "webhook_branch_filter" {
|
|
|
type = string
|
|
|
default = "^(master|develop)$"
|
|
|
-}
|
|
|
+}
|