config

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Filename = "ize.hcl"

Variables

This section is empty.

Functions

func FindPath

func FindPath(filename string) (string, error)

Types

type Config

type Config struct {
	// contains filtered or unexported fields
}

func Load

func Load(path string) (*Config, error)

type Ecs

type Ecs struct {
	TerraformStateBucketName string `hcl:"terraform_state_bucket_name"`
}

type Service

type Service struct {
	Use    *Use     `hcl:"use,block"`
	Body   hcl.Body `hcl:",body"`
	Remain hcl.Body `hcl:",remain"`
}

type Use

type Use struct {
	Type string   `hcl:",label"`
	Body hcl.Body `hcl:",remain"`
}

Jump to

Keyboard shortcuts

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