From f740979bb7fc0f5c8358c38818d74b856a5e7044 Mon Sep 17 00:00:00 2001 From: mohamed-hashicorp Date: Wed, 10 Dec 2025 13:33:47 +0100 Subject: [PATCH 1/4] adding podman section --- .../1.1.x/docs/enterprise/deploy/manage/access-cli.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/terraform-enterprise/1.1.x/docs/enterprise/deploy/manage/access-cli.mdx b/content/terraform-enterprise/1.1.x/docs/enterprise/deploy/manage/access-cli.mdx index f3b236ca2e..4d4a859fff 100644 --- a/content/terraform-enterprise/1.1.x/docs/enterprise/deploy/manage/access-cli.mdx +++ b/content/terraform-enterprise/1.1.x/docs/enterprise/deploy/manage/access-cli.mdx @@ -16,6 +16,14 @@ To connect to the Docker container hosting Terraform Enterprise, execute the fol $ docker exec -it terraform-enterprise bash ``` +## Podman + +To connect to the Podman container hosting Terraform Enterprise, execute the following command from the server where Terraform Enterprise is running. If you have named your container something other than `terraform-enterprise` please replace that with your container name. + +```bash +$ podman exec -it terraform-enterprise bash +``` + ## Kubernetes Complete the following steps to connect to the Kubernetes pod hosting Terraform Enterprise: From c13fed70301f02cba3fe2cf24706905fb398ab8b Mon Sep 17 00:00:00 2001 From: mohamed-hashicorp Date: Tue, 16 Dec 2025 15:29:48 +0100 Subject: [PATCH 2/4] update --- .../1.1.x/docs/enterprise/releases/2025/v202507-1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/terraform-enterprise/1.1.x/docs/enterprise/releases/2025/v202507-1.mdx b/content/terraform-enterprise/1.1.x/docs/enterprise/releases/2025/v202507-1.mdx index 05b477980c..6cb0074f93 100644 --- a/content/terraform-enterprise/1.1.x/docs/enterprise/releases/2025/v202507-1.mdx +++ b/content/terraform-enterprise/1.1.x/docs/enterprise/releases/2025/v202507-1.mdx @@ -12,7 +12,7 @@ Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux ## Known Issues 1. (Updated 11/27/2025) Product usage may generate heavy database queries that can overload the database and impact production workloads. This issue is fixed in 1.0.3 and in 1.1.0 -1. (Updated 08/15/2025) You may experience failures when using an S3-compatible storage solution. An AWS library we upgraded in this release is triggering authentication issues with some third-party storage solutions. As a result, you may experience errors when running plans and applies or when accessing Terraform state files. Refer to [issue 2960](https://github.com/aws/aws-sdk-go-v2/discussions/2960) on the AWS SDK GitHub issues page for more information. We will resolve this issue in a patch release. +1. (Updated 08/15/2025) You may experience failures when using an S3-compatible storage solution. An AWS library we upgraded in this release is triggering authentication issues with some third-party storage solutions. As a result, you may experience errors when running plans and applies or when accessing Terraform state files. Refer to [issue 2960](https://github.com/aws/aws-sdk-go-v2/discussions/2960) on the AWS SDK GitHub issues page for more information. If you are affected, contact your storage provider's team to ensure the AWS SDK used by their S3-compatible bucket is up to date. 1. The **Create a team token** button in the Teams Tokens page may not always be visible. The workaround for this issue is to navigate to the Teams page and then back to the API Tokens page. ## Deprecations From 7a687473acba2446161f2f1f2873bc36097fe084 Mon Sep 17 00:00:00 2001 From: mohamed-hashicorp Date: Tue, 16 Dec 2025 15:42:10 +0100 Subject: [PATCH 3/4] Revise known issues for S3-compatible storage Updated known issues section to indicate that the S3-compatible storage solution issue will be resolved in a patch release. --- .../1.1.x/docs/enterprise/releases/2025/v202507-1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/terraform-enterprise/1.1.x/docs/enterprise/releases/2025/v202507-1.mdx b/content/terraform-enterprise/1.1.x/docs/enterprise/releases/2025/v202507-1.mdx index 6cb0074f93..292688b7ab 100644 --- a/content/terraform-enterprise/1.1.x/docs/enterprise/releases/2025/v202507-1.mdx +++ b/content/terraform-enterprise/1.1.x/docs/enterprise/releases/2025/v202507-1.mdx @@ -12,7 +12,7 @@ Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux ## Known Issues 1. (Updated 11/27/2025) Product usage may generate heavy database queries that can overload the database and impact production workloads. This issue is fixed in 1.0.3 and in 1.1.0 -1. (Updated 08/15/2025) You may experience failures when using an S3-compatible storage solution. An AWS library we upgraded in this release is triggering authentication issues with some third-party storage solutions. As a result, you may experience errors when running plans and applies or when accessing Terraform state files. Refer to [issue 2960](https://github.com/aws/aws-sdk-go-v2/discussions/2960) on the AWS SDK GitHub issues page for more information. If you are affected, contact your storage provider's team to ensure the AWS SDK used by their S3-compatible bucket is up to date. +1. (Updated 08/15/2025) You may experience failures when using an S3-compatible storage solution. An AWS library we upgraded in this release is triggering authentication issues with some third-party storage solutions. As a result, you may experience errors when running plans and applies or when accessing Terraform state files. Refer to [issue 2960](https://github.com/aws/aws-sdk-go-v2/discussions/2960) on the AWS SDK GitHub issues page for more information. We will resolve this issue in a patch release. 1. The **Create a team token** button in the Teams Tokens page may not always be visible. The workaround for this issue is to navigate to the Teams page and then back to the API Tokens page. ## Deprecations From f3afe027c88e573efc8b4d07a1149ac5fcf5c54c Mon Sep 17 00:00:00 2001 From: mohamed-hashicorp Date: Tue, 16 Dec 2025 15:44:22 +0100 Subject: [PATCH 4/4] reverting back changes --- .../1.1.x/docs/enterprise/releases/2025/v202507-1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/terraform-enterprise/1.1.x/docs/enterprise/releases/2025/v202507-1.mdx b/content/terraform-enterprise/1.1.x/docs/enterprise/releases/2025/v202507-1.mdx index 292688b7ab..05b477980c 100644 --- a/content/terraform-enterprise/1.1.x/docs/enterprise/releases/2025/v202507-1.mdx +++ b/content/terraform-enterprise/1.1.x/docs/enterprise/releases/2025/v202507-1.mdx @@ -12,7 +12,7 @@ Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux ## Known Issues 1. (Updated 11/27/2025) Product usage may generate heavy database queries that can overload the database and impact production workloads. This issue is fixed in 1.0.3 and in 1.1.0 -1. (Updated 08/15/2025) You may experience failures when using an S3-compatible storage solution. An AWS library we upgraded in this release is triggering authentication issues with some third-party storage solutions. As a result, you may experience errors when running plans and applies or when accessing Terraform state files. Refer to [issue 2960](https://github.com/aws/aws-sdk-go-v2/discussions/2960) on the AWS SDK GitHub issues page for more information. We will resolve this issue in a patch release. +1. (Updated 08/15/2025) You may experience failures when using an S3-compatible storage solution. An AWS library we upgraded in this release is triggering authentication issues with some third-party storage solutions. As a result, you may experience errors when running plans and applies or when accessing Terraform state files. Refer to [issue 2960](https://github.com/aws/aws-sdk-go-v2/discussions/2960) on the AWS SDK GitHub issues page for more information. We will resolve this issue in a patch release. 1. The **Create a team token** button in the Teams Tokens page may not always be visible. The workaround for this issue is to navigate to the Teams page and then back to the API Tokens page. ## Deprecations