Skip to content

Commit 4b59a75

Browse files
Merge branch 'main' into docs/reintroduce-identity-argument
2 parents d458f10 + 0c182ca commit 4b59a75

File tree

26 files changed

+142
-86
lines changed

26 files changed

+142
-86
lines changed

content/terraform-enterprise/1.0.x/docs/enterprise/deploy/kubernetes/index.mdx

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -213,17 +213,6 @@ env:
213213
TFE_REDIS_PASSWORD: '<Redis password>'
214214
TFE_LICENSE: <Hashicorp license>
215215
TFE_ENCRYPTION_PASSWORD: '<Encryption password>'
216-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone or Sentinel? eg. "false">
217-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
218-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
219-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
220-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
221-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
222-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
223-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
224-
TFE_REDIS_SENTINEL_ENABLED: <To use sentinel? e.g. "false">
225-
TFE_REDIS_SENTINEL_HOSTS: <Hostname and port of Sentinel hosts, e.g. sentinel.example.com:26379>
226-
TFE_REDIS_SENTINEL_LEADER_NAME: <Name of the Sentinel leader>
227216
```
228217
229218
### Google Kubernetes Engine (GKE)
@@ -254,17 +243,6 @@ env:
254243
TFE_REDIS_USE_TLS: <To use tls? eg. "false">
255244
TFE_REDIS_USE_AUTH: <To use customized credential to authenticate? eg. "true">
256245
TFE_REDIS_USER: <Redis username>
257-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone or Sentinel? eg. "false">
258-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
259-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
260-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
261-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
262-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
263-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
264-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
265-
TFE_REDIS_SENTINEL_ENABLED: <To use sentinel? e.g. "false">
266-
TFE_REDIS_SENTINEL_HOSTS: <Hostname and port of Sentinel hosts, e.g. sentinel.example.com:26379>
267-
TFE_REDIS_SENTINEL_LEADER_NAME: <Name of the Sentinel leader>
268246

269247
# Google Cloud Storage settings.
270248
TFE_OBJECT_STORAGE_TYPE: google
@@ -307,17 +285,6 @@ env:
307285
TFE_REDIS_USE_TLS: <To use tls? eg. "false">
308286
TFE_REDIS_USE_AUTH: <To use customized credential to authenticate? eg. "true">
309287
TFE_REDIS_USER: <Redis username>
310-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone or Sentinel? eg. "false">
311-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
312-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
313-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
314-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
315-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
316-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
317-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
318-
TFE_REDIS_SENTINEL_ENABLED: <To use sentinel? e.g. "false">
319-
TFE_REDIS_SENTINEL_HOSTS: <Hostname and port of Sentinel hosts, e.g. sentinel.example.com:26379>
320-
TFE_REDIS_SENTINEL_LEADER_NAME: <Name of the Sentinel leader>
321288

322289
# Azure container storage settings.
323290
TFE_OBJECT_STORAGE_TYPE: azure

content/terraform-enterprise/1.0.x/docs/enterprise/deploy/manage/upgrade.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Complete the following steps to upgrade Terraform Enterprise:
2121

2222
1. If your deployment is configured to run multiple `terraform-enterprise` nodes, scale down to a single node. You can run multiple nodes when Terraform Enterprise is in `active-active` mode. Refer to [Configure the operational mode](/terraform/enterprise/deploy/configuration/storage/configure-mode) for additional information.
2323

24+
1. If your deployment makes use of an autoscaling group to manage instances of Terraform Enterprise, disable any configured health checks that would trigger the autoscaling group to rotate Terraform Enterprise instances during an upgrade.
25+
2426
1. Stop the Terraform Enterprise application.
2527

2628
<Tabs>

content/terraform-enterprise/v202501-1/docs/enterprise/deploy/manage/upgrade.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Complete the following steps to upgrade Terraform Enterprise:
2121

2222
1. If your deployment is configured to run multiple `terraform-enterprise` nodes, scale down to a single node. You can run multiple nodes when Terraform Enterprise is in `active-active` mode. Refer to [Configure the operational mode](/terraform/enterprise/deploy/configuration/storage/configure-mode) for additional information.
2323

24+
1. If your deployment makes use of an autoscaling group to manage instances of Terraform Enterprise, disable any configured health checks that would trigger the autoscaling group to rotate Terraform Enterprise instances during an upgrade.
25+
2426
1. Stop the Terraform Enterprise application.
2527

2628
<Tabs>

content/terraform-enterprise/v202502-1/docs/enterprise/deploy/manage/upgrade.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Complete the following steps to upgrade Terraform Enterprise:
2121

2222
1. If your deployment is configured to run multiple `terraform-enterprise` nodes, scale down to a single node. You can run multiple nodes when Terraform Enterprise is in `active-active` mode. Refer to [Configure the operational mode](/terraform/enterprise/deploy/configuration/storage/configure-mode) for additional information.
2323

24+
1. If your deployment makes use of an autoscaling group to manage instances of Terraform Enterprise, disable any configured health checks that would trigger the autoscaling group to rotate Terraform Enterprise instances during an upgrade.
25+
2426
1. Stop the Terraform Enterprise application.
2527

2628
<Tabs>

content/terraform-enterprise/v202502-2/docs/enterprise/deploy/manage/upgrade.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Complete the following steps to upgrade Terraform Enterprise:
2121

2222
1. If your deployment is configured to run multiple `terraform-enterprise` nodes, scale down to a single node. You can run multiple nodes when Terraform Enterprise is in `active-active` mode. Refer to [Configure the operational mode](/terraform/enterprise/deploy/configuration/storage/configure-mode) for additional information.
2323

24+
1. If your deployment makes use of an autoscaling group to manage instances of Terraform Enterprise, disable any configured health checks that would trigger the autoscaling group to rotate Terraform Enterprise instances during an upgrade.
25+
2426
1. Stop the Terraform Enterprise application.
2527

2628
<Tabs>

content/terraform-enterprise/v202503-1/docs/enterprise/deploy/manage/upgrade.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Complete the following steps to upgrade Terraform Enterprise:
2121

2222
1. If your deployment is configured to run multiple `terraform-enterprise` nodes, scale down to a single node. You can run multiple nodes when Terraform Enterprise is in `active-active` mode. Refer to [Configure the operational mode](/terraform/enterprise/deploy/configuration/storage/configure-mode) for additional information.
2323

24+
1. If your deployment makes use of an autoscaling group to manage instances of Terraform Enterprise, disable any configured health checks that would trigger the autoscaling group to rotate Terraform Enterprise instances during an upgrade.
25+
2426
1. Stop the Terraform Enterprise application.
2527

2628
<Tabs>

content/terraform-enterprise/v202504-1/docs/enterprise/deploy/manage/upgrade.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Complete the following steps to upgrade Terraform Enterprise:
2121

2222
1. If your deployment is configured to run multiple `terraform-enterprise` nodes, scale down to a single node. You can run multiple nodes when Terraform Enterprise is in `active-active` mode. Refer to [Configure the operational mode](/terraform/enterprise/deploy/configuration/storage/configure-mode) for additional information.
2323

24+
1. If your deployment makes use of an autoscaling group to manage instances of Terraform Enterprise, disable any configured health checks that would trigger the autoscaling group to rotate Terraform Enterprise instances during an upgrade.
25+
2426
1. Stop the Terraform Enterprise application.
2527

2628
<Tabs>

content/terraform-enterprise/v202505-1/docs/enterprise/deploy/manage/upgrade.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Complete the following steps to upgrade Terraform Enterprise:
2121

2222
1. If your deployment is configured to run multiple `terraform-enterprise` nodes, scale down to a single node. You can run multiple nodes when Terraform Enterprise is in `active-active` mode. Refer to [Configure the operational mode](/terraform/enterprise/deploy/configuration/storage/configure-mode) for additional information.
2323

24+
1. If your deployment makes use of an autoscaling group to manage instances of Terraform Enterprise, disable any configured health checks that would trigger the autoscaling group to rotate Terraform Enterprise instances during an upgrade.
25+
2426
1. Stop the Terraform Enterprise application.
2527

2628
<Tabs>

content/terraform-enterprise/v202506-1/docs/enterprise/deploy/kubernetes/index.mdx

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,6 @@ env:
213213
TFE_REDIS_PASSWORD: '<Redis password>'
214214
TFE_LICENSE: <Hashicorp license>
215215
TFE_ENCRYPTION_PASSWORD: '<Encryption password>'
216-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone? eg. "false">
217-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
218-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
219-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
220-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
221-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
222-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
223-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
224216
```
225217
226218
### Google Kubernetes Engine (GKE)
@@ -251,14 +243,6 @@ env:
251243
TFE_REDIS_USE_TLS: <To use tls? eg. "false">
252244
TFE_REDIS_USE_AUTH: <To use customized credential to authenticate? eg. "true">
253245
TFE_REDIS_USER: <Redis username>
254-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone? eg. "false">
255-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
256-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
257-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
258-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
259-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
260-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
261-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
262246

263247
# Google Cloud Storage settings.
264248
TFE_OBJECT_STORAGE_TYPE: google
@@ -301,14 +285,6 @@ env:
301285
TFE_REDIS_USE_TLS: <To use tls? eg. "false">
302286
TFE_REDIS_USE_AUTH: <To use customized credential to authenticate? eg. "true">
303287
TFE_REDIS_USER: <Redis username>
304-
TFE_REDIS_USE_MTLS: <To use mtls with Redis standalone? eg. "false">
305-
TFE_REDIS_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
306-
TFE_REDIS_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
307-
TFE_REDIS_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
308-
TFE_REDIS_SIDEKIQ_USE_MTLS: <To use mtls with Redis Enterprise? eg. "false">
309-
TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH: <Path to the client certificate file to be used for mTLS authentication with Redis server>
310-
TFE_REDIS_SIDEKIQ_CA_CERT_PATH: <Path to the Certificate Authority file user to validate the certificate>
311-
TFE_REDIS_SIDEKIQ_CLIENT_KEY_PATH: <Path to the private key file corresponding to the client certificate>
312288

313289
# Azure container storage settings.
314290
TFE_OBJECT_STORAGE_TYPE: azure

content/terraform-enterprise/v202506-1/docs/enterprise/deploy/manage/upgrade.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Complete the following steps to upgrade Terraform Enterprise:
2121

2222
1. If your deployment is configured to run multiple `terraform-enterprise` nodes, scale down to a single node. You can run multiple nodes when Terraform Enterprise is in `active-active` mode. Refer to [Configure the operational mode](/terraform/enterprise/deploy/configuration/storage/configure-mode) for additional information.
2323

24+
1. If your deployment makes use of an autoscaling group to manage instances of Terraform Enterprise, disable any configured health checks that would trigger the autoscaling group to rotate Terraform Enterprise instances during an upgrade.
25+
2426
1. Stop the Terraform Enterprise application.
2527

2628
<Tabs>

0 commit comments

Comments
 (0)