Skip to content

Commit

Permalink
docs: add Canada to examples and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcHenriot committed Apr 10, 2024
1 parent 5876762 commit a42a198
Show file tree
Hide file tree
Showing 55 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"
// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"
// (Optional) The access token will be looked up in the SITE24X7_OAUTH2_ACCESS_TOKEN
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ provider "site24x7" {
zaaid = "1234"
// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"
// (Optional) The minimum time to wait in seconds before retrying failed Site24x7 API requests.
Expand Down Expand Up @@ -105,7 +105,7 @@ resource "site24x7_website_monitor" "website_monitor_example" {
| `oauth2_client_id` | String | Required | Client ID obtained during Client Registration. The `SITE24X7_OAUTH2_CLIENT_ID` environment variable can also be used. |
| `oauth2_client_secret` | String | Required | Client Secret obtained during Client Registration. The `SITE24X7_OAUTH2_CLIENT_SECRET` environment variable can also be used. |
| `oauth2_refresh_token` | String | Required | Refresh Token using which a new access token has to be generated. The `SITE24X7_OAUTH2_REFRESH_TOKEN` environment variable can also be used. |
| `data_center` | String | Required | The region for the data center from which OAuth 2.0 client credentials and refresh token were generated. Valid values are `US` or `EU` or `AU` or `IN` or `CN` or `JP`. |
| `data_center` | String | Required | The region for the data center from which OAuth 2.0 client credentials and refresh token were generated. Valid values are `US` or `EU` or `AU` or `IN` or `CN` or `JP` or `CA`. |
| `oauth2_access_token` | String | Optional | The access token generated using the refresh token. The `SITE24X7_OAUTH2_ACCESS_TOKEN` environment variable can also be used. |
| `access_token_expiry` | String | Optional | `oauth2_access_token` expiry in seconds. Specify access_token_expiry when `oauth2_access_token` is configured. |
| `zaaid` | String | Optional | ZAAID of the customer under a MSP or BU. |
Expand Down
2 changes: 1 addition & 1 deletion examples/amazon_monitor_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/bulk_resource_addition_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/connectwise_integration_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/credential_profiles_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
# zaaid = "1234"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// The minimum time to wait in seconds before retrying failed Site24x7 API requests.
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/aws_external_id_data_source_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/credential_profile_data_source_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/device_key_data_source_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/it_automation_data_source_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/location_profile_data_source_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/monitor_data_source_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/monitor_group_data_source_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/monitors_data_source_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/msp_data_source_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/subgroup_data_source_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/tag_data_source_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/threshold_profile_data_source_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/user_group_data_source_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/dns_server_monitor_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/domain_expiry_monitor_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/ftp_transfer_monitor_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/heartbeat_monitor_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/import/tags_import_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ provider "site24x7" {
# zaaid = "1234"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) The minimum time to wait in seconds before retrying failed Site24x7 API requests.
Expand Down
2 changes: 1 addition & 1 deletion examples/isp_monitor_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/location_profile_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/monitor_group_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/notification_profile_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/opsgenie_integration_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/pagerduty_integration_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/ping_monitor_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/port_monitor_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/rest_api_monitor_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
# zaaid = "1234"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// The minimum time to wait in seconds before retrying failed Site24x7 API requests.
Expand Down
2 changes: 1 addition & 1 deletion examples/rest_api_transaction_monitor_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
zaaid = "1234"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// The minimum time to wait in seconds before retrying failed Site24x7 API requests.
Expand Down
2 changes: 1 addition & 1 deletion examples/schedule_maintenance_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/server_agent_installation_GCP.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/server_agent_installation_azure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/server_monitor_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/servicenow_integration_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/slack_integration_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/ssl_monitor_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
2 changes: 1 addition & 1 deletion examples/subgroup_us.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "site24x7" {
oauth2_refresh_token = "<SITE24X7_OAUTH2_REFRESH_TOKEN>"

// (Required) Specify the data center from which you have obtained your
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP).
// OAuth client credentials and refresh token. It can be (US/EU/IN/AU/CN/JP/CA).
data_center = "US"

// (Optional) ZAAID of the customer under a MSP or BU
Expand Down
Loading

0 comments on commit a42a198

Please sign in to comment.