File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ module "geff" {
6
6
env = var. env
7
7
8
8
# AWS
9
+ arn_format = var. arn_format
9
10
aws_cloudwatch_metric_namespace = var. aws_cloudwatch_metric_namespace
10
11
aws_region = var. aws_region
11
12
Original file line number Diff line number Diff line change @@ -97,6 +97,12 @@ variable "sentry_driver_dsn" {
97
97
default = " "
98
98
}
99
99
100
+ variable "arn_format" {
101
+ type = string
102
+ description = " ARN format could be aws or aws-us-gov. Defaults to non-gov."
103
+ default = " aws"
104
+ }
105
+
100
106
data "aws_caller_identity" "current" {}
101
107
102
108
locals {
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ module "storage_integration" {
6
6
env = var. env
7
7
8
8
# AWS
9
+ arn_format = var. arn_format
9
10
data_bucket_arns = var. data_bucket_arns
10
11
snowflake_integration_user_roles = var. snowflake_integration_user_roles
11
12
You can’t perform that action at this time.
0 commit comments