Merge branch 'main' into patch-1

This commit is contained in:
Austin Valle 2023-10-17 07:08:15 -04:00 committed by GitHub
commit 0dd9b6f6e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 5903 additions and 16863 deletions

View file

@ -81,7 +81,7 @@ Outputs can be used in subsequent steps to comment on the pull request:
>
> Due to that limitation, you might end up with a failed workflow run even if the plan succeeded.
>
> Another approach is to append your plan into the $GITHUB_JOB_SUMMARY environment variable which supports markdown.
> Another approach is to append your plan into the $GITHUB_STEP_SUMMARY environment variable which supports markdown.
```yaml
defaults:
@ -275,3 +275,11 @@ to `true`, the following outputs are available for subsequent steps that call th
## Experimental Status
By using the software in this repository (the "Software"), you acknowledge that: (1) the Software is still in development, may change, and has not been released as a commercial product by HashiCorp and is not currently supported in any way by HashiCorp; (2) the Software is provided on an "as-is" basis, and may include bugs, errors, or other issues; (3) the Software is NOT INTENDED FOR PRODUCTION USE, use of the Software may result in unexpected results, loss of data, or other unexpected results, and HashiCorp disclaims any and all liability resulting from use of the Software; and (4) HashiCorp reserves all rights to make all decisions about the features, functionality and commercial release (or non-release) of the Software, at any time and without any obligation or liability whatsoever.
## Contributing
### License Headers
All source code files (excluding autogenerated files like `package.json`, prose, and files excluded in [.copywrite.hcl](.copywrite.hcl)) must have a license header at the top.
This can be autogenerated by installing the HashiCorp [`copywrite`](https://github.com/hashicorp/copywrite#getting-started) tool and running `copywrite headers` in the root of the repository.