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

feat: add mvisonneau/tfcw #7743

Merged
merged 6 commits into from Nov 11, 2022
Merged

Conversation

ponkio-o
Copy link
Sponsor Contributor

@ponkio-o ponkio-o commented Nov 10, 2022

#7743 mvisonneau/tfcw: Terraform Cloud Wrapper

$ aqua g -i mvisonneau/tfcw

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well. Please confirm if this package works well yourself as much as possible.

Command and output

$ tfcw --help
NAME:
   tfcw - Terraform Cloud Wrapper

USAGE:
   tfcw [global options] command [command options] [arguments...]

VERSION:
   0.0.13

COMMANDS:
   render         render variables values
   run            manipulate runs
   workspace, ws  manipulate the workspace
   help, h        Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --address address, -a address                 address to access Terraform Cloud API [$TFCW_ADDRESS]
   --config-file path, -c path                   path of a readable TFCW configuration file (.hcl or .json) (default: "<working-dir>/tfcw.hcl") [$TFCW_CONFIG_FILE]
   --log-level level                             log level (debug,info,warn,fatal,panic) (default: "info") [$TFCW_LOG_LEVEL]
   --log-format format                           log format (json,text) (default: "text") [$TFCW_LOG_FORMAT]
   --organization organization, -o organization  organization to use on Terraform Cloud API [$TFCW_ORGANIZATION]
   --token token, -t token                       token to access Terraform Cloud API [$TFCW_TOKEN]
   --working-dir path, -d path                   path of the directory containing your Terraform files (default: ".") [$TFCW_WORKING_DIR]
   --workspace workspace, -w workspace           workspace to use on Terraform Cloud API [$TFCW_WORKSPACE]
   --help, -h                                    show help (default: false)
   --version, -v                                 print the version (default: false)

Reference

[mvisonneau/tfcw](https://github.com/mvisonneau/tfcw): Terraform Cloud Wrapper

```console
$ aqua g -i mvisonneau/tfcw
```

## How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-
@ponkio-o
Copy link
Sponsor Contributor Author

@suzuki-shunsuke
The GitHub tag format had changed since 0.0.9. What I do in this case?
https://github.com/mvisonneau/tfcw/tags
image

@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Nov 10, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v3.91.1 milestone Nov 10, 2022
@suzuki-shunsuke
Copy link
Member

Thanks!

@suzuki-shunsuke
Copy link
Member

The GitHub tag format had changed since 0.0.9. What I do in this case?

aqua doesn't normalize version strings.

packages:
  - name: mvisonneau/tfcw@v0.0.13
  - name: mvisonneau/tfcw
    version: 0.0.7

@suzuki-shunsuke suzuki-shunsuke merged commit cf7f390 into aquaproj:main Nov 11, 2022
@suzuki-shunsuke
Copy link
Member

Released. https://github.com/aquaproj/aqua-registry/releases/tag/v3.92.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants