-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "ref: update provider docs on changing data storage location (#…
- Loading branch information
Showing
4 changed files
with
13 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,8 @@ | ||
# Configure the Sentry Provider for US data storage location (default) | ||
provider "sentry" { | ||
token = var.sentry_auth_token | ||
|
||
# If you want to be explicit, you can specify the base URL for the US region. | ||
# base_url = "https://us.sentry.io/api/" | ||
# or | ||
# base_url = "https://sentry.io/api/" | ||
} | ||
|
||
# Configure the Sentry Provider for EU data storage location | ||
provider "sentry" { | ||
token = var.sentry_auth_token | ||
|
||
base_url = "https://de.sentry.io/api/" | ||
} | ||
|
||
# Configure the Sentry Provider for self-hosted Sentry | ||
# Configure the Sentry Provider | ||
provider "sentry" { | ||
token = var.sentry_auth_token | ||
|
||
# If you are self-hosting Sentry, set the base URL here. | ||
# The URL format must be "https://[hostname]/api/". | ||
base_url = "https://example.com/api/" | ||
# base_url = "https://example.com/api/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters