Skip to content

Commit 0c0c5c4

Browse files
Update variables.tf
1 parent 990d6db commit 0c0c5c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rift_compute/variables.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ variable "offline_store_key_prefix" {
3030
default = "offline-store/"
3131
}
3232

33+
variable "cross_account_role_arn" {
34+
type = string
35+
description = "Name of cross-account role Tecton control-plane will assume in your account."
36+
}
3337

3438
variable "subnet_azs" {
3539
description = "A list of Availability Zones for the subnets. Not used if existing_vpc is provided."
@@ -143,4 +147,4 @@ variable "additional_s3_read_access_buckets" {
143147
type = list(string)
144148
description = "List of additional S3 bucket names in the dataplane account that the rift compute role should have read access to. The role will be granted GetObject, ListBucket, HeadObject, and HeadBucket permissions for these buckets."
145149
default = []
146-
}
150+
}

0 commit comments

Comments
 (0)