terraform

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2022 License: Apache-2.0 Imports: 19 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 ParseContent added in v0.0.4

func ParseContent(ctx context.Context, d *plugin.QueryData, path string, content []byte, p *parser.Parser) (parser.ParsedDocument, error)

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