Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PRODENG-2464 no warranty #51

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ product configuration, which is used to configure launchpad to run. Launchpad
executions are implemented using golang imports, not through shell commands, so
no local environment constraints exist, other than terraform requirements.

This provider is developed internally, and comes with no warranty. Use it
at your own risk.

## Requirements

- [Terraform](https://www.terraform.io/downloads.html) >= 1.4
Expand Down Expand Up @@ -147,4 +150,4 @@ No inputs.
## Outputs

No outputs.
<!-- END_TF_DOCS -->
<!-- END_TF_DOCS -->
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jB
github.com/Microsoft/go-winio v0.4.16/go.mod h1:XB6nPKklQyQ7GC9LdcBEcBl8PF76WugXOPRXwdLnMv0=
github.com/Microsoft/go-winio v0.6.0 h1:slsWYD/zyx7lCXoZVlvQrj0hPTM1HI4+v1sIda2yDvg=
github.com/Microsoft/go-winio v0.6.0/go.mod h1:cTAf44im0RAYeL23bpB+fzCyDH2MJiz2BO69KH/soAE=
github.com/Mirantis/mcc v1.5.3 h1:TIkgzQCJHvdORREUkZDUs6s3Ps9aFmuZvu2JeBdaWZ8=
github.com/Mirantis/mcc v1.5.3/go.mod h1:PODuCOc6KSPu7LdnZcpJkR8W1H8M7IupRMOb7A+2YBQ=
github.com/Mirantis/mcc v1.5.3 h1:hWQBlRyixb2Fu3J8XZdsjKIjUzYl6OSPtFKpUdU8l/0=
github.com/Mirantis/mcc v1.5.3/go.mod h1:OeMlv8nQIoXs52CQcTMDixqD0aWhEb2PQ7JYWpeYdL4=
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 h1:YoJbenK9C67SkzkDfmQuVln04ygHj3vjZfd9FL+GmQQ=
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7/go.mod h1:z4/9nQmJSSwwds7ejkxaJwO37dru3geImFUdJlaLzQo=
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8=
Expand Down
Loading