tf-local-run

command module
v0.0.0-...-5bbc133 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

README

tf-local-run

Simple binary to run terraform commands with different credentials.

Prerequisites

Before using application configuration file should be set. Default path which application is looking for: ~/.tf_executor/config.yaml

Example of config:

profiles:
  - name: test
    envs:
      AWS_ACCESS_KEY: ""
      AWS_SECRET_KEY: ""
  - name: test2
    envs:
      SOME_SECRET_VAR: ""
      SOME_API_KEY_VAR: ""
Installation

go install github.com/RocklvivTV/tf-local-run@0.0.1

Usage

tf-local-run --profile test --path <path to terraform directory> <init|plan|apply|state>

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL