You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ variable "kms_arn" {
9
9
default=null
10
10
}
11
11
12
+
variable"create_sqs" {
13
+
type=bool
14
+
description="Whether to create the SQS queues for Spacelift."
15
+
default=false
16
+
}
17
+
12
18
variable"create_vpc" {
13
19
type=bool
14
20
description="Whether to create a VPC for the Spacelift resources. Default is true. Note: if this is false, and create_database is true, you must provide rds_subnet_ids and rds_security_group_ids."
0 commit comments