terraform

package
v0.0.1 Latest Latest
Warning

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

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

Documentation

Overview

Package terraform implements a steampipe plugin for terraform.

This plugin provides data that Steampipe uses to present foreign tables that represent Terraform resources.

Index

Constants

This section is empty.

Variables

View Source
var ConfigSchema = map[string]*schema.Attribute{
	"paths": {
		Type: schema.TypeList,
		Elem: &schema.Attribute{Type: schema.TypeString},
	},
}

Functions

func ConfigInstance

func ConfigInstance() interface{}

func GetConfig

func GetConfig(connection *plugin.Connection) terraformConfig

GetConfig :: retrieve and cast connection config from query data

func Parser

func Parser() ([]*parser.Parser, error)

func Plugin

func Plugin(ctx context.Context) *plugin.Plugin

Plugin creates this (terraform) plugin

Types

This section is empty.

Jump to

Keyboard shortcuts

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