tf-state
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]"
         }
     }

/tf-state/

    Package Sidebar

    Install

    npm i tf-state

    Weekly Downloads

    16

    Version

    0.4.16

    License

    BSD-2-Clause

    Unpacked Size

    22.9 MB

    Total Files

    3768

    Last publish

    Collaborators

    • segmentational