-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into data-source-org-membership-by-id
- Loading branch information
Showing
551 changed files
with
23,023 additions
and
5,913 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,16 +9,16 @@ labels: bug | |
Hi there, | ||
Thank you for opening an issue! Please note that we try to keep the this issue tracker reserved for | ||
bug reports and feature requests related to the Terraform Cloud/Enterprise provider. If you know | ||
your issue relates to the Terraform Cloud/Enterprise platform itself, please contact | ||
bug reports and feature requests related to the HCP Terraform and Terraform Enterprise provider. If you know | ||
your issue relates to the HCP Terraform or Terraform Enterprise platform itself, please contact | ||
[email protected]. For general usage questions, please post to our community forum: | ||
https://discuss.hashicorp.com. | ||
--> | ||
|
||
#### Terraform Cloud/Enterprise version | ||
#### Terraform Enterprise version | ||
|
||
<!--- | ||
Are you using Terraform Cloud or Terraform Enterprise? If Terraform Enterprise, please include the version | ||
If you are using Terraform Enterprise, please include the version | ||
Example: Terraform Enterprise v202104-1 | ||
--> | ||
|
||
|
@@ -27,8 +27,8 @@ Example: Terraform Enterprise v202104-1 | |
<!--- | ||
If you are using Terraform CLI, run `terraform version` to show the version. | ||
If you are using Terraform Cloud or Terraform Enterprise, see the Terraform version being used by a | ||
workspace in the workspace's Overview tab. | ||
If you are using a remote workspace in HCP Terraform or Terraform Enterprise, see the Terraform version | ||
being used by the workspace in the workspace's Overview tab. | ||
Paste the result between the ``` marks below. | ||
--> | ||
|
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 |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
|
||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Terraform Cloud/Enterprise Troubleshooting and Feature Requests | ||
- name: HCP Terraform or Terraform Enterprise Troubleshooting and Feature Requests | ||
url: https://support.hashicorp.com/hc/en-us/requests/new | ||
about: For issues and feature requests concerning the Terraform Cloud/Enterprise platform itself, please submit a HashiCorp support request or email [email protected] | ||
about: For issues and feature requests concerning the HCP Terraform and Terraform Enterprise platform itself, please submit a HashiCorp support request or email [email protected] | ||
- name: Terraform Language or Workflow Questions | ||
url: https://discuss.hashicorp.com | ||
about: Please ask Terraform language or workflow related questions through the HashiCorp Discuss forum |
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 |
---|---|---|
|
@@ -9,8 +9,8 @@ labels: feature-request | |
Hi there, | ||
Thank you for opening a request! Please note that we try to keep the this issue tracker reserved for | ||
bug reports and feature requests related to the Terraform Cloud/Enterprise provider. If you know | ||
your request relates to the Terraform Cloud/Enterprise platform itself, please contact | ||
bug reports and feature requests related to the HCP Terraform and Terraform Enterprise provider. If you know | ||
your request relates to the HCP Terraform and Terraform Enterprise platform itself, please contact | ||
[email protected]. For general usage questions, please post to our community forum: | ||
https://discuss.hashicorp.com. | ||
--> | ||
|
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
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
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
outputs: | ||
version: ${{ steps.remove-leading-v.outputs.version }} | ||
steps: | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 | ||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
|
||
- uses: actions-ecosystem/action-get-latest-tag@b7c32daec3395a9616f88548363a42652b22d435 # v1.6.0 | ||
id: get-latest-tag | ||
|
@@ -33,9 +33,9 @@ jobs: | |
buildBinary: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 | ||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
- name: Set up Go | ||
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 | ||
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 | ||
with: | ||
go-version-file: go.mod | ||
cache: true | ||
|
@@ -51,7 +51,7 @@ jobs: | |
go build -o terraform-provider-tfe | ||
- name: Upload test artifacts | ||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 | ||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | ||
with: | ||
name: terraform-provider-tfe | ||
path: terraform-provider-tfe | ||
|
@@ -68,28 +68,28 @@ jobs: | |
CHECKPOINT_DISABLE: "1" | ||
timeout-minutes: 120 | ||
steps: | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 | ||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
- run: git config --global user.email "[email protected]" | ||
- run: git config --global user.name "Brandon Croft" | ||
- name: Get yarn cache directory path | ||
id: global-cache-dir-path | ||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT | ||
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 | ||
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 | ||
id: global-cache | ||
with: | ||
path: ${{ steps.global-cache-dir-path.outputs.dir }} | ||
key: ${{ runner.os }}-integration-yarn-${{ hashFiles('**/yarn.lock') }} | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 | ||
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 | ||
with: | ||
node-version: "18.x" | ||
node-version: "20.x" | ||
|
||
- name: Install cdktf-registry-docs | ||
run: npm install -g [email protected] | ||
|
||
- name: Download artifacts | ||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 | ||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 | ||
with: | ||
name: terraform-provider-tfe | ||
|
||
|
@@ -102,7 +102,7 @@ jobs: | |
TF_PLUGIN_CACHE_DIR: ${{ steps.global-cache-dir-path.outputs.dir }}/terraform-plugins | ||
|
||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 | ||
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 | ||
with: | ||
commit-message: "cdktf: update documentation" | ||
title: "release: ${{ github.event.inputs.version }}" | ||
|
@@ -111,7 +111,7 @@ jobs: | |
This PR is meant to automate certain preparations for release and instruct maintainers on the manual release tasks. Push any changes you make to this branch and merge it just before creating a release. | ||
1. Ensure both main and nightly CI actions passed. These test the release version against TFC and TFE, respectively. | ||
1. Ensure both main and nightly CI actions passed. These test the release version against HCP Terraform and Terraform Enterprise, respectively. | ||
2. Review the CHANGELOG and ensure and ensure [everything that's changed since the last release](https://github.com/hashicorp/terraform-provider-tfe/compare/v${{ needs.releasedVersion.outputs.version }}...main) is described. If anything is missing, inaccurate, or unclear, now is the time to fix it! Check the CHANGELOG organization: pull breaking changes to the top and make sure the most important features are at the top of the FEATURES list. Check the version header in the changelog. It must be: `## v${{ github.event.inputs.version }}` | ||
3. Bump the static versions given as an example in the `website/docs/index.html.markdown` docs | ||
4. Bump the static versions given in the README installation section. |
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
Oops, something went wrong.