tf-vcs
TypeScript icon, indicating that this package has built-in type declarations

0.4.16 • Public • Published

tf-http-configuration

A terraform http remote backend command configuration generator -- currently targeted for GitLab configuration(s) only.

Usage

npx tf-http-configuration@latest

Task-Board

  • [ ] Implement automated execution option
  • [ ] Implement means for storing multiple configuration variable(s)
  • [ ] Incorporate inquirer-auto-complete to allow for list of configuration variable(s)
  • [ ] Provide means for auto-generating:
     data "http" "gitlab-project-data-source" {
         url = "https://gitlab.company.com/api/v4/projects/[id]"
    
         request_headers = {
             Accept = "Application/JSON"
             Authorization = "Bearer [personal-access-token]"
         }
     }

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.4.16
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.4.16
    6

Package Sidebar

Install

npm i tf-vcs

Weekly Downloads

5

Version

0.4.16

License

BSD-2-Clause

Unpacked Size

22.9 MB

Total Files

3768

Last publish

Collaborators

  • segmentational