Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Snowflake-Labs/terraform-snowflake-…
Browse files Browse the repository at this point in the history
…api-integration-with-geff
  • Loading branch information
sfc-gh-pkommini committed Jul 1, 2022
2 parents 8a555e3 + 80a8c7c commit 7581828
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/complete/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ variable "sentry_driver_dsn" {
default = ""
}

variable "arn_format" {
type = string
description = "ARN format could be aws or aws-us-gov. Defaults to non-gov."
default = "aws"
}

data "aws_caller_identity" "current" {}

locals {
Expand Down

0 comments on commit 7581828

Please sign in to comment.