diff --git a/content/terraform-docs-common/docs/cloud-docs/api-docs/feature-sets.mdx b/content/terraform-docs-common/docs/cloud-docs/api-docs/feature-sets.mdx index 672d65cbf7..6d63561f48 100644 --- a/content/terraform-docs-common/docs/cloud-docs/api-docs/feature-sets.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/api-docs/feature-sets.mdx @@ -165,11 +165,11 @@ curl \ "default-runs-ceiling": 10, "description": "Automated infrastructure provisioning and management at any scale", "global-run-tasks": true, - "identifier": "plus", + "identifier": "standard", "is-current": true, "is-free-tier": true, "module-tests-generation": true, - "name": "Plus", + "name": "Standard", "no-code-modules": true, "plan": null, "policy-enforcement": true, @@ -322,11 +322,11 @@ curl \ "default-runs-ceiling": 10, "description": "Automated infrastructure provisioning and management at any scale", "global-run-tasks": true, - "identifier": "plus", + "identifier": "standard", "is-current": true, "is-free-tier": true, "module-tests-generation": true, - "name": "Plus", + "name": "Standard", "no-code-modules": true, "plan": null, "policy-enforcement": true, diff --git a/content/terraform-docs-common/docs/cloud-docs/api-docs/team-members.mdx b/content/terraform-docs-common/docs/cloud-docs/api-docs/team-members.mdx index e37e6c4065..66b117d708 100644 --- a/content/terraform-docs-common/docs/cloud-docs/api-docs/team-members.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/api-docs/team-members.mdx @@ -40,7 +40,7 @@ description: >- --> **Note:** Team management is available in HCP Terraform **Standard**, **Plus**, and **Premium** editions. Free organizations can also use this API, but can only manage membership of their owners team. [Learn more about HCP Terraform pricing here](https://www.hashicorp.com/products/terraform/pricing). +-> **Note:** Team management is available in HCP Terraform **Essentials**, **Standard**, and **Premium** editions. Free organizations can also use this API, but can only manage membership of their owners team. [Learn more about HCP Terraform pricing here](https://www.hashicorp.com/products/terraform/pricing). diff --git a/content/terraform-docs-common/docs/cloud-docs/api-docs/workspaces.mdx b/content/terraform-docs-common/docs/cloud-docs/api-docs/workspaces.mdx index 1c322d2817..f1ec49f1ec 100644 --- a/content/terraform-docs-common/docs/cloud-docs/api-docs/workspaces.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/api-docs/workspaces.mdx @@ -116,7 +116,7 @@ By supplying the necessary attributes under a `vcs-repository` object, you can c | `data.attributes.name` | string | none | The name of the workspace. Workspace names can only include letters, numbers, `-`, and `_`. The name a unique identifier n the organization. | | `data.attributes.agent-pool-id` | string | none | Required when `execution-mode` is set to `agent`. The ID of the agent pool belonging to the workspace's organization. This value must not be specified if `execution-mode` is set to `remote` or `local` or if `operations` is set to `true`. | | `data.attributes.allow-destroy-plan` | boolean | `true` | Whether destroy plans can be queued on the workspace. | -| `data.attributes.assessments-enabled` | boolean | `false` | (previously `drift-detection`) Whether or not HCP Terraform performs health assessments for the workspace. May be overridden by the organization setting `assessments-enforced`. Only available for Plus tier organizations, in workspaces running Terraform version 0.15.4+ and operating in [Remote execution mode](/terraform/cloud-docs/workspaces/settings#execution-mode). | +| `data.attributes.assessments-enabled` | boolean | `false` | (previously `drift-detection`) Whether or not HCP Terraform performs health assessments for the workspace. May be overridden by the organization setting `assessments-enforced`. Only available for Standard tier organizations, in workspaces running Terraform version 0.15.4+ and operating in [Remote execution mode](/terraform/cloud-docs/workspaces/settings#execution-mode). | | `data.attributes.auto-apply` | boolean | `false` | Whether to automatically apply changes when a Terraform plan is successful in runs initiated by VCS, UI or CLI, [with some exceptions](/terraform/cloud-docs/workspaces/settings#auto-apply-and-manual-apply). | | `data.attributes.auto-apply-run-trigger` | boolean | `false` | Whether to automatically apply changes when a Terraform plan is successful in runs initiated by run triggers. | | `data.attributes.auto-destroy-at` | string | (nothing) | Timestamp when the next scheduled destroy run will occur, refer to [Scheduled Destroy](/terraform/cloud-docs/workspaces/settings/deletion#automatically-destroy). | @@ -538,7 +538,7 @@ Properties without a default value are required. | `data.attributes.name` | string | (previous value) | A new name for the workspace, which can only include letters, numbers, `-`, and `_`. This will be used as an identifier and must be unique in the organization. **Warning:** Changing a workspace's name changes its URL in the API and UI. | | `data.attributes.agent-pool-id` | string | (previous value) | Required when `execution-mode` is set to `agent`. The ID of the agent pool belonging to the workspace's organization. This value must not be specified if `execution-mode` is set to `remote` or `local` or if `operations` is set to `true`. | | `data.attributes.allow-destroy-plan` | boolean | (previous value) | Whether destroy plans can be queued on the workspace. | -| `data.attributes.assessments-enabled` | boolean | `false` | (previously `drift-detection`) Whether or not HCP Terraform performs health assessments for the workspace. May be overridden by the organization setting `assessments-enforced`. Only available for Plus tier organizations, in workspaces running Terraform version 0.15.4+ and operating in [Remote execution mode](/terraform/cloud-docs/workspaces/settings#execution-mode). | +| `data.attributes.assessments-enabled` | boolean | `false` | (previously `drift-detection`) Whether or not HCP Terraform performs health assessments for the workspace. May be overridden by the organization setting `assessments-enforced`. Only available for Standard tier organizations, in workspaces running Terraform version 0.15.4+ and operating in [Remote execution mode](/terraform/cloud-docs/workspaces/settings#execution-mode). | | `data.attributes.auto-apply` | boolean | (previous value) | Whether to automatically apply changes when a Terraform plan is successful in runs initiated by VCS, UI or CLI, [with some exceptions](/terraform/cloud-docs/workspaces/settings#auto-apply-and-manual-apply). | | `data.attributes.auto-apply-run-trigger` | boolean | (previous value) | Whether to automatically apply changes when a Terraform plan is successful in runs initiated by run triggers. | | `data.attributes.auto-destroy-at` | string | (previous value) | Timestamp when the next scheduled destroy run will occur, refer to [Scheduled Destroy](/terraform/cloud-docs/workspaces/settings/deletion#automatically-destroy). | diff --git a/content/terraform-docs-common/docs/cloud-docs/index.mdx b/content/terraform-docs-common/docs/cloud-docs/index.mdx index 23a866df98..fed8080b0d 100644 --- a/content/terraform-docs-common/docs/cloud-docs/index.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/index.mdx @@ -13,7 +13,7 @@ tfc_only: true HCP Terraform is available as a hosted service at . Small teams can sign up for free to connect Terraform to version control, share variables, run Terraform in a stable remote environment, and securely store remote state. Paid editions allow you to add more than five users, create teams with different levels of permissions, and collaborate more effectively. -HCP Terraform **Plus** Edition allows organizations to enable audit logging, continuous validation, and automated configuration drift detection. +HCP Terraform **Standard** Edition allows organizations to enable audit logging, continuous validation, and automated configuration drift detection. -> **Introducing HCP Terraform**: Effective April 22, 2024, Terraform Cloud is now HCP Terraform. HCP Terraform's functionality remains the same, and we plan to introduce new features soon to support a unified HCP experience. To learn more about HashiCorp's vision, refer to [Introducing the Infrastructure Cloud](https://www.hashicorp.com/blog/introducing-the-infrastructure-cloud). diff --git a/content/terraform-docs-common/docs/cloud-docs/integrations/run-tasks/index.mdx b/content/terraform-docs-common/docs/cloud-docs/integrations/run-tasks/index.mdx index c7c87982a5..c78a6d602d 100644 --- a/content/terraform-docs-common/docs/cloud-docs/integrations/run-tasks/index.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/integrations/run-tasks/index.mdx @@ -99,7 +99,7 @@ $ echo -n $WEBHOOK_BODY | openssl dgst -sha512 -hmac "$HMAC_KEY" ``` ## HCP Packer Run Task -> **Hands On:** Try the [Set Up HCP Terraform Run Task for HCP Packer](/packer/tutorials/hcp/setup-hcp-terraform-run-task), [Standard tier run task image validation](/packer/tutorials/hcp/run-tasks-data-source-image-validation), and [Plus tier run task image validation](/packer/tutorials/hcp/run-tasks-resource-image-validation) tutorials to set up and test the HCP Terraform Run Task integration end to end. +> **Hands On:** Try the [Set Up HCP Terraform Run Task for HCP Packer](/packer/tutorials/hcp/setup-hcp-terraform-run-task), [Essentials tier run task image validation](/packer/tutorials/hcp/run-tasks-data-source-image-validation), and [Standard tier run task image validation](/packer/tutorials/hcp/run-tasks-resource-image-validation) tutorials to set up and test the HCP Terraform Run Task integration end to end. [Packer](/packer) lets you create identical machine images for multiple platforms from a single source template. The [HCP Packer registry](/hcp/docs/packer) lets you track golden images, designate images for test and production environments, and query images to use in Packer and Terraform configurations. diff --git a/content/terraform-docs-common/docs/cloud-docs/integrations/service-now/service-catalog-terraform/troubleshoot.mdx b/content/terraform-docs-common/docs/cloud-docs/integrations/service-now/service-catalog-terraform/troubleshoot.mdx index 51fc868f1e..60e534f4fa 100644 --- a/content/terraform-docs-common/docs/cloud-docs/integrations/service-now/service-catalog-terraform/troubleshoot.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/integrations/service-now/service-catalog-terraform/troubleshoot.mdx @@ -96,7 +96,7 @@ To configure ServiceNow to poll HCP Terraform more frequently: If ServiceNow fails to deploy a no-code module catalog item, verify the following: -1. Ensure that your HCP Terraform organization has an [HCP Plus tier](https://www.hashicorp.com/products/terraform/pricing) subscription. +1. Ensure that your HCP Terraform organization has an [HCP Standard tier](https://www.hashicorp.com/products/terraform/pricing) subscription. 1. Ensure the name you enter for your no-code module in the catalog user form matches the no-code module in HCP Terraform. ### Updating no-code workspaces diff --git a/content/terraform-docs-common/docs/cloud-docs/overview/activate-flex.mdx b/content/terraform-docs-common/docs/cloud-docs/overview/activate-flex.mdx index eeec247385..a32b778e6b 100644 --- a/content/terraform-docs-common/docs/cloud-docs/overview/activate-flex.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/overview/activate-flex.mdx @@ -7,7 +7,7 @@ tfc_only: true # Activate HashiCorp Flex -Follow these steps to activate HashiCorp Flex for a **Standard**, **Plus**, or **Premium** edition HCP Terraform organization. +Follow these steps to activate HashiCorp Flex for a **Essentials**, **Standard**, or **Premium** edition HCP Terraform organization. ## Prerequisites @@ -54,7 +54,7 @@ to complete this step. Navigate to the **HCP Org > Billing**. If HashiCorp sales has allocated Flex, the page displays a **Contract Summary** with an available balance. If it only shows your credit card information or a $500 free trial credit, your HashiCorp Flex account may be scheduled to be allocated at a future date. Please contact your **HashiCorp Sales Account Manager** for more information. -~> **Note**: All New HashiCorp organizations are automatically allocated $500 in trial credits. If your HashiCorp Flex account is not yet allocated, you can use the trial credits to temporarily activate **Standard Edition** for your HCP Terraform organization and immediately access paid features such as team management or more concurrency. +~> **Note**: All New HashiCorp organizations are automatically allocated $500 in trial credits. If your HashiCorp Flex account is not yet allocated, you can use the trial credits to temporarily activate **Essentials Edition** for your HCP Terraform organization and immediately access paid features such as team management or more concurrency. ![A view of the HCP Terraform account summary showing billing summary and available balance](/img/docs/tfc-account-summary.png) diff --git a/content/terraform-docs-common/docs/cloud-docs/overview/activate-payg.mdx b/content/terraform-docs-common/docs/cloud-docs/overview/activate-payg.mdx index be1ea636bc..28397b3187 100644 --- a/content/terraform-docs-common/docs/cloud-docs/overview/activate-payg.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/overview/activate-payg.mdx @@ -1,13 +1,13 @@ --- page_title: Activate pay-as-you-go for HCP Terraform description: >- - Activate pay-as-you-go for your HCP Terraform organization in order to upgrade to standard, plus, or premium editions. + Activate pay-as-you-go for your HCP Terraform organization in order to upgrade to Essentials, Standard, or Premium editions. tfc_only: true --- # Pay-as-you-go -Pay-as-you-go accounts are billed for the resources consumed. You can use pay-as-you-go for the **Standard**, **Plus**, and **Premium** editions. +Pay-as-you-go accounts are billed for the resources consumed. You can use pay-as-you-go for the **Essentials**, **Standard**, and **Premium** editions. Pay-as-you-go offers dynamic billing based on monthly consumption. Larger organizations can access lower rates through Flex contracts. Review the [billing model documentation](/hcp/docs/hcp/admin/billing#billing-models) to determine which model is right for your organization. @@ -15,7 +15,7 @@ Pay-as-you-go offers dynamic billing based on monthly consumption. Larger organi To enable pay-as-you-go and change your organization's plan, sign in to [HCP Terraform](https://app.terraform.io/) and select your organization. Then choose **Settings** from the sidebar, then **Plan & Billing**. -In order to upgrade to **Standard**, **Plus**, or **Premium** edition and use pay-as-you-go billing, you must sign in to your HashiCorp Cloud Platform account and [link](/terraform/cloud-docs/users-teams-organizations/users#linking-hcp-and-hcp-terraform-accounts) your HCP Terraform account to your [HashiCorp Cloud Platform billing account](/hcp/docs/hcp/admin/billing). Click **Edit plan** to authenticate with HCP and link your accounts. +In order to upgrade to **Essentials**, **Standard**, or **Premium** edition and use pay-as-you-go billing, you must sign in to your HashiCorp Cloud Platform account and [link](/terraform/cloud-docs/users-teams-organizations/users#linking-hcp-and-hcp-terraform-accounts) your HCP Terraform account to your [HashiCorp Cloud Platform billing account](/hcp/docs/hcp/admin/billing). Click **Edit plan** to authenticate with HCP and link your accounts. ![Screenshot: Notification reading that the user must link their HashiCorp Cloud Platform account to change their plan. Click the "edit plan" button](/img/docs/tfc-pnb-link-hcp.png) @@ -25,7 +25,7 @@ Select the HCP organization to bill your usage to. Then click **Next**. Select the plan to use for your organization, then click **Next**. -![Screenshot: The prompt allowing the user to select their HCP Terraform plan. Four choices are shown: Free, Standard, Plus, and Premium](/img/docs/tfc-select-plan.png) +![Screenshot: The prompt allowing the user to select their HCP Terraform plan. Four choices are shown: Free, Essentials, Standard, and Premium](/img/docs/tfc-select-plan.png) Review your plan summary, then click **Activate**. Once activated, the new feature set will be available and usage and consumption will start immediately. Refer to [Estimate HCP Terraform cost](/terraform/cloud-docs/overview/estimate-hcp-terraform-cost) for more information on how to review your organization's consumption. diff --git a/content/terraform-docs-common/docs/cloud-docs/overview/estimate-hcp-terraform-cost.mdx b/content/terraform-docs-common/docs/cloud-docs/overview/estimate-hcp-terraform-cost.mdx index b237ec1bc9..ce5d53f468 100644 --- a/content/terraform-docs-common/docs/cloud-docs/overview/estimate-hcp-terraform-cost.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/overview/estimate-hcp-terraform-cost.mdx @@ -7,7 +7,7 @@ tfc_only: true # Estimate HCP Terraform cost -HCP Terraform offers [multiple plans](https://www.hashicorp.com/products/terraform/pricing) with increasing benefits to match your business scale. This page describes the flat rate per managed resource per hour for Standard Edition users on pay-as-you-go billing. Additional options are available such as greater discounts at larger scale with contracted plans. [Contact Sales](https://www.hashicorp.com/contact-sales) for additional information. +HCP Terraform offers [multiple plans](https://www.hashicorp.com/products/terraform/pricing) with increasing benefits to match your business scale. This page describes the flat rate per managed resource per hour for Essentials Edition users on pay-as-you-go billing. Additional options are available such as greater discounts at larger scale with contracted plans. [Contact Sales](https://www.hashicorp.com/contact-sales) for additional information. ## What is a Managed Resource? @@ -15,7 +15,7 @@ A “Managed Resource” or “Resources Under Management (RUM)” is a resource Examples of managed resources include resources provisioned by a Terraform provider (e.g. an AWS VPC), by [count](/terraform/language/meta-arguments/count) and [for_each](/terraform/language/meta-arguments/for_each) meta-arguments, and resources provisioned by [modules](/terraform/language/modules) and [no-code ready modules](/terraform/cloud-docs/no-code-provisioning/module-design). -## Standard Edition cost on pay-as-you-go billing +## Essentials Edition cost on pay-as-you-go billing HashiCorp charges for each managed resource on a per-hour basis, from the time a managed resource is provisioned until it is destroyed. Each partial hour is billed as a full hour. The peak number of managed resources in a given hour determines the cost. @@ -28,7 +28,7 @@ The Usage report gives an at a glance view of general usage limits in the Organi ![Screenshot: An example of an organization's usage report, showing a count of 1001 total managed resources](/img/docs/tfc-org-usage.png) -An example on HCP Terraform **Standard Edition** that assumes 24x7 usage for a full month for 1000 Managed Resources: +An example on HCP Terraform **Essentials Edition** that assumes 24x7 usage for a full month for 1000 Managed Resources: - Per Hour Price: 1000 Managed Resources x $0.0001359 = **$0.14** - Per Month Price: (Per Hour Price x 24 x 30) = **$97.85** diff --git a/content/terraform-docs-common/docs/cloud-docs/overview/index.mdx b/content/terraform-docs-common/docs/cloud-docs/overview/index.mdx index 2e029944cd..14b78cf0cb 100644 --- a/content/terraform-docs-common/docs/cloud-docs/overview/index.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/overview/index.mdx @@ -42,7 +42,7 @@ Free organizations are limited to 500 managed resources. Refer to [What is a man Some of HCP Terraform's features are limited to particular paid upgrade plans. -Each higher paid upgrade plan is a strict superset of any lower plans — for example, the **Plus** edition includes all of the features of the **Standard** edition. The **Premium** edition includes all of the features of the **Plus** and **Standard** editions. Paid feature callouts in the documentation indicate the _lowest_ edition at which the feature is available, but any higher plans also include that feature. +Each higher paid upgrade plan is a strict superset of any lower plans — for example, the **Standard** edition includes all of the features of the **Essentials** edition. The **Premium** edition includes all of the features of the **Standard** and **Essentials** editions. Paid feature callouts in the documentation indicate the _lowest_ edition at which the feature is available, but any higher plans also include that feature. Terraform Enterprise generally includes all of HCP Terraform's paid features, plus additional features geared toward large enterprises. However, some features are implemented differently due to the differences between self-hosted and SaaS environments, and some features might be absent due to being impractical or irrelevant in the types of organizations that need Terraform Enterprise. Cloud-only or Enterprise-only features are clearly indicated in documentation. @@ -88,7 +88,7 @@ Terraform's local workflow manages a collection of infrastructure with a persist HCP Terraform organizes infrastructure into projects and workspaces instead of directories. Each workspace contains everything necessary to manage a given collection of infrastructure, and Terraform uses that content when it runs in the context of that workspace. -You can use projects to organize your workspaces into groups. Organizations with HCP Terraform [Standard](https://www.hashicorp.com/products/terraform/pricing) Edition can assign teams permissions for specific projects. +You can use projects to organize your workspaces into groups. Organizations with HCP Terraform [Essentials](https://www.hashicorp.com/products/terraform/pricing) edition can assign teams permissions for specific projects. This lets you grant access to collections of workspaces instead of using workspace-specific or organization-wide permissions, making it easier to limit access to only the resources required for a team member's job function. diff --git a/content/terraform-docs-common/docs/cloud-docs/registry/manage-module-versions.mdx b/content/terraform-docs-common/docs/cloud-docs/registry/manage-module-versions.mdx index 823684af8e..a37396d326 100644 --- a/content/terraform-docs-common/docs/cloud-docs/registry/manage-module-versions.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/registry/manage-module-versions.mdx @@ -35,7 +35,7 @@ To deprecate a module version or to revert a version’s deprecation: - you must have permission to manage [private registry modules](/terraform/cloud-docs/users-teams-organizations/permissions#manage-private-registry) - the module must be in the [private](/terraform/cloud-docs/registry/publish-modules) registry -- you must be a member of an organization on the HCP Terraform **Plus** edition +- you must be a member of an organization on the HCP Terraform **Standard** edition To revoke or to revert a module version’s status: diff --git a/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/organizations/index.mdx b/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/organizations/index.mdx index f471be5ff6..498c85de03 100644 --- a/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/organizations/index.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/organizations/index.mdx @@ -102,7 +102,7 @@ Organization owners can also choose whether [workspace administrators](/terrafor -Organization owners using HCP Terraform Plus edition can choose whether members with [module management permissions](/terraform/cloud-docs/users-teams-organizations/permissions#manage-private-registry) can [generate module tests](/terraform/cloud-docs/registry/test#generated-module-tests). +Organization owners using HCP Terraform Standard edition can choose whether members with [module management permissions](/terraform/cloud-docs/users-teams-organizations/permissions#manage-private-registry) can [generate module tests](/terraform/cloud-docs/registry/test#generated-module-tests). diff --git a/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/permissions.mdx b/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/permissions.mdx index 0129fd6670..19e8510a90 100644 --- a/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/permissions.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/permissions.mdx @@ -7,7 +7,7 @@ description: >- # Permission model --> **Note:** Team management is available in HCP Terraform **Standard** Edition. [Learn more about HCP Terraform pricing here](https://www.hashicorp.com/products/terraform/pricing). +-> **Note:** Team management is available in HCP Terraform **Essentials** edition. [Learn more about HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing). [permissions-citation]: #intentionally-unused---keep-for-maintainers diff --git a/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/single-sign-on/index.mdx b/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/single-sign-on/index.mdx index dc528c82ff..e7f0d5275e 100644 --- a/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/single-sign-on/index.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/users-teams-organizations/single-sign-on/index.mdx @@ -70,7 +70,7 @@ The below diagram explains the the access enforcement policy and the authenticat ## Configuring SSO in HCP Terraform Free Edition -SSO is available to all HCP Terraform organizations, but is configured and managed differently in HCP Terraform Free Edition because Team Management is only available in HCP Terraform Standard and Plus Editions. +SSO is available to all HCP Terraform organizations, but is configured and managed differently in HCP Terraform Free Edition because Team Management is only available in HCP Terraform Essentials and Standard editions. In HCP Terraform Free Edition organizations, after you successfully configure SSO, HCP Terraform automatically creates a team named `sso` and adds all current members of the `owners` team into it. In the Free Edition, you cannot modify the organization-level permissions for both the `owners` and `sso` teams. These teams grant every member full administrative access to the organization, projects, workspaces, and managed resources. @@ -80,7 +80,7 @@ To encourage least privilege practices, HCP Terraform prompts the user who succe ## Managing Owners and SSO Team Membership in the Free Edition -The Team Management feature set is available in HCP Terraform Standard and Plus Editions only. Inviting users to any Free Edition organization will add them to the `owners` team but not the `sso` team. Review the following to assign the proper team membership between the two teams. +The Team Management feature set is available in HCP Terraform Essentials and Standard editions only. Inviting users to any Free edition organization adds them to the `owners` team, but not the `sso` team. Review the following to assign the proper team membership between the two teams. For new users new to HCP Terraform - **Assign new users to the `owners` team** by inviting the user to the organization. diff --git a/content/terraform-docs-common/docs/partials/tfc-package-callouts/audit-trails.mdx b/content/terraform-docs-common/docs/partials/tfc-package-callouts/audit-trails.mdx index 156bb0990d..f35d9b1721 100644 --- a/content/terraform-docs-common/docs/partials/tfc-package-callouts/audit-trails.mdx +++ b/content/terraform-docs-common/docs/partials/tfc-package-callouts/audit-trails.mdx @@ -1 +1 @@ --> **Note:** Audit trails are available in HCP Terraform **Plus** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. The Audit Trails API is not available for Terraform Enterprise. +-> **Note:** Audit trails are available in HCP Terraform **Standard** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. The Audit Trails API is not available for Terraform Enterprise. diff --git a/content/terraform-docs-common/docs/partials/tfc-package-callouts/aws-service-catalog.mdx b/content/terraform-docs-common/docs/partials/tfc-package-callouts/aws-service-catalog.mdx index 33a6d72569..3a31bf578f 100644 --- a/content/terraform-docs-common/docs/partials/tfc-package-callouts/aws-service-catalog.mdx +++ b/content/terraform-docs-common/docs/partials/tfc-package-callouts/aws-service-catalog.mdx @@ -1 +1 @@ --> **Note:** The AWS Service Catalog Engine depends on team management, which is available in HCP Terraform **Standard**, **Plus**, and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. +-> **Note:** The AWS Service Catalog Engine depends on team management, which is available in HCP Terraform **Essentials**, **Standard**, and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. diff --git a/content/terraform-docs-common/docs/partials/tfc-package-callouts/change-requests.mdx b/content/terraform-docs-common/docs/partials/tfc-package-callouts/change-requests.mdx index 5c729b215b..eb9c5dfd3e 100644 --- a/content/terraform-docs-common/docs/partials/tfc-package-callouts/change-requests.mdx +++ b/content/terraform-docs-common/docs/partials/tfc-package-callouts/change-requests.mdx @@ -1 +1 @@ --> **Note:** Change requests are available in the HCP Terraform **Plus** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. +-> **Note:** Change requests are available in the HCP Terraform **Standard** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. diff --git a/content/terraform-docs-common/docs/partials/tfc-package-callouts/ephemeral-workspaces.mdx b/content/terraform-docs-common/docs/partials/tfc-package-callouts/ephemeral-workspaces.mdx index a6ebc64b9f..07942cedd3 100644 --- a/content/terraform-docs-common/docs/partials/tfc-package-callouts/ephemeral-workspaces.mdx +++ b/content/terraform-docs-common/docs/partials/tfc-package-callouts/ephemeral-workspaces.mdx @@ -1 +1 @@ --> **Note:** Ephemeral workspaces, which automatically destroy infrastructure, are available in HCP Terraform **Plus** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. +-> **Note:** Ephemeral workspaces, which automatically destroy infrastructure, are available in HCP Terraform **Standard** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. diff --git a/content/terraform-docs-common/docs/partials/tfc-package-callouts/health-assessments.mdx b/content/terraform-docs-common/docs/partials/tfc-package-callouts/health-assessments.mdx index 6861cfe745..b2a60ef4fd 100644 --- a/content/terraform-docs-common/docs/partials/tfc-package-callouts/health-assessments.mdx +++ b/content/terraform-docs-common/docs/partials/tfc-package-callouts/health-assessments.mdx @@ -1 +1 @@ --> **Note:** Health assessments are available in HCP Terraform **Plus** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. +-> **Note:** Health assessments are available in HCP Terraform **Standard** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. diff --git a/content/terraform-docs-common/docs/partials/tfc-package-callouts/manage-module-versions.mdx b/content/terraform-docs-common/docs/partials/tfc-package-callouts/manage-module-versions.mdx index 3acac6a950..76829b5774 100644 --- a/content/terraform-docs-common/docs/partials/tfc-package-callouts/manage-module-versions.mdx +++ b/content/terraform-docs-common/docs/partials/tfc-package-callouts/manage-module-versions.mdx @@ -1 +1 @@ --> **Note:** Module deprecation is available in the HCP Terraform **Plus** Edition. Module revocation is available in the HCP Terraform **Premium** Edition. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. +-> **Note:** Module deprecation is available in the HCP Terraform **Standard** edition. Module revocation is available in the HCP Terraform **Premium** Edition. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. diff --git a/content/terraform-docs-common/docs/partials/tfc-package-callouts/nocode.mdx b/content/terraform-docs-common/docs/partials/tfc-package-callouts/nocode.mdx index f3d8b47c0a..e218498711 100644 --- a/content/terraform-docs-common/docs/partials/tfc-package-callouts/nocode.mdx +++ b/content/terraform-docs-common/docs/partials/tfc-package-callouts/nocode.mdx @@ -1,5 +1,5 @@ -No-code provisioning is available in HCP Terraform **Plus** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. +No-code provisioning is available in HCP Terraform **Standard** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. diff --git a/content/terraform-docs-common/docs/partials/tfc-package-callouts/notifications.mdx b/content/terraform-docs-common/docs/partials/tfc-package-callouts/notifications.mdx index d859032bf5..0dca8c720f 100644 --- a/content/terraform-docs-common/docs/partials/tfc-package-callouts/notifications.mdx +++ b/content/terraform-docs-common/docs/partials/tfc-package-callouts/notifications.mdx @@ -1 +1 @@ --> **Note:** Notifications are available in the HCP Terraform **Plus** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. +-> **Note:** Notifications are available in the HCP Terraform **Standard** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. diff --git a/content/terraform-docs-common/docs/partials/tfc-package-callouts/policies.mdx b/content/terraform-docs-common/docs/partials/tfc-package-callouts/policies.mdx index 607d892ae9..ebe230c800 100644 --- a/content/terraform-docs-common/docs/partials/tfc-package-callouts/policies.mdx +++ b/content/terraform-docs-common/docs/partials/tfc-package-callouts/policies.mdx @@ -1 +1 @@ --> **Note:** HCP Terraform **Free** edition includes one policy set of up to five policies. In HCP Terraform **Plus** and **Premium** editions, you can connect a policy set to a version control repository or create policy set versions with the API. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. +-> **Note:** HCP Terraform **Free** edition includes one policy set of up to five policies. In HCP Terraform **Standard** and **Premium** editions, you can connect a policy set to a version control repository or create policy set versions with the API. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. diff --git a/content/terraform-docs-common/docs/partials/tfc-package-callouts/project-permissions.mdx b/content/terraform-docs-common/docs/partials/tfc-package-callouts/project-permissions.mdx index 373524f4a2..1bbaf293d0 100644 --- a/content/terraform-docs-common/docs/partials/tfc-package-callouts/project-permissions.mdx +++ b/content/terraform-docs-common/docs/partials/tfc-package-callouts/project-permissions.mdx @@ -1 +1 @@ --> **Note:** Projects are available to all users, but managing project permissions requires HCP Terraform **Standard**, **Plus**, or **Premium** edition. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. +-> **Note:** Projects are available to all users, but managing project permissions requires HCP Terraform **Essentials**, **Standard**, or **Premium** edition. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. diff --git a/content/terraform-docs-common/docs/partials/tfc-package-callouts/project-workspaces.mdx b/content/terraform-docs-common/docs/partials/tfc-package-callouts/project-workspaces.mdx index 59de8f45fb..8715f1ff4e 100644 --- a/content/terraform-docs-common/docs/partials/tfc-package-callouts/project-workspaces.mdx +++ b/content/terraform-docs-common/docs/partials/tfc-package-callouts/project-workspaces.mdx @@ -1 +1 @@ --> **Note:** On HCP Terraform **Standard**, **Plus**, and **Premium** editions, you can assign project permissions to scope access to collections of workspaces based on business units and responsibilities. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. +-> **Note:** On HCP Terraform **Essentials**, **Standard**, and **Premium** editions, you can assign project permissions to scope access to collections of workspaces based on business units and responsibilities. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. diff --git a/content/terraform-docs-common/docs/partials/tfc-package-callouts/servicenow-catalog.mdx b/content/terraform-docs-common/docs/partials/tfc-package-callouts/servicenow-catalog.mdx index 66a4609ad4..e546f6b69b 100644 --- a/content/terraform-docs-common/docs/partials/tfc-package-callouts/servicenow-catalog.mdx +++ b/content/terraform-docs-common/docs/partials/tfc-package-callouts/servicenow-catalog.mdx @@ -1 +1 @@ --> **Note:** The ServiceNow Catalog integration is available in HCP Terraform **Plus** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. +-> **Note:** The ServiceNow Catalog integration is available in HCP Terraform **Standard** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. diff --git a/content/terraform-docs-common/docs/partials/tfc-package-callouts/team-management.mdx b/content/terraform-docs-common/docs/partials/tfc-package-callouts/team-management.mdx index f3ba088943..c5e1cccaac 100644 --- a/content/terraform-docs-common/docs/partials/tfc-package-callouts/team-management.mdx +++ b/content/terraform-docs-common/docs/partials/tfc-package-callouts/team-management.mdx @@ -1 +1 @@ --> **Note:** Team management is available in HCP Terraform **Standard**, **Plus**, and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. +-> **Note:** Team management is available in HCP Terraform **Essentials**, **Standard**, and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. diff --git a/content/terraform-docs-common/docs/partials/tfc-package-callouts/tests.mdx b/content/terraform-docs-common/docs/partials/tfc-package-callouts/tests.mdx index 0b3dad8108..102d354419 100644 --- a/content/terraform-docs-common/docs/partials/tfc-package-callouts/tests.mdx +++ b/content/terraform-docs-common/docs/partials/tfc-package-callouts/tests.mdx @@ -1 +1 @@ --> **Note:** Generated module tests and are in public beta, and are available in HCP Terraform **Plus** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. +-> **Note:** Generated module tests and are in public beta, and are available in HCP Terraform **Standard** and **Premium** editions. Refer to [HCP Terraform pricing](https://www.hashicorp.com/products/terraform/pricing) for details. diff --git a/content/terraform-docs-common/img/docs/tfc-edit-plan-estimate.png b/content/terraform-docs-common/img/docs/tfc-edit-plan-estimate.png index 48ac1ba015..991d95845a 100644 Binary files a/content/terraform-docs-common/img/docs/tfc-edit-plan-estimate.png and b/content/terraform-docs-common/img/docs/tfc-edit-plan-estimate.png differ diff --git a/content/terraform-docs-common/img/docs/tfc-org-usage.png b/content/terraform-docs-common/img/docs/tfc-org-usage.png index 70a4bbb047..338051291e 100644 Binary files a/content/terraform-docs-common/img/docs/tfc-org-usage.png and b/content/terraform-docs-common/img/docs/tfc-org-usage.png differ diff --git a/content/terraform-docs-common/img/docs/tfc-select-plan.png b/content/terraform-docs-common/img/docs/tfc-select-plan.png index a6360a79c0..6a04d82802 100644 Binary files a/content/terraform-docs-common/img/docs/tfc-select-plan.png and b/content/terraform-docs-common/img/docs/tfc-select-plan.png differ