tf

command module
v0.0.0-...-6a5c335 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

Tf

Tf is a command line tool to easily generate your Terraform configuration with an interactive prompt.

OpenSource go cli

Go Report Card Go Workflow Status CodeQL

Inspiration

Boredom in Covid-19

Installation

  • go get github.com/g14a/tf
  • Or clone the master branch and run go install in the root directory.

Features

  • Provider and resource support.
  • Boilerplate code without having to go to the official docs.
  • In place documentation of fields.
  • Custom Terraform validators for int,bool,string,tags
  • Currently supports AWS EC2, S3, RDS, ELB, Lambda, VPC
  • Less development overhead(I guess 😊)

asciicast

Fetching Boilerplate code for a resource

  1. Search through the resources for a given provider
tf resource -p <provider> -b
  1. Directly provide the resource as well
tf resource -p <provider> -r <resource-in-the-provider> -b

asciicast

Stability

This is a highly work in progress project, but I do my best to keep it stable so that things don't break. Please report issues if you find this tool useful and I will try to make time to resolve them.

Contribution

Please check CONTRIBUTION.md

Roadmap

  • Google and Azure
  • Repeatable configuration

Documentation

Overview

Copyright © 2020 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
aws
aws

Jump to

Keyboard shortcuts

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