azure

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2022 License: MIT Imports: 4 Imported by: 0

README

azure

import "github.com/SlalomBuild/fusion/templates/azure"

Package azure provides terraform templates for Microsoft Azure

Index

Variables

var TEMPLATE_AZURE_FUNCTION string
var TEMPLATE_AZURE_VNET string

type AzureFunction

AzureFunction is the template data object used to create an azure function

type AzureFunction struct {
}
func NewAzureFunction
func NewAzureFunction() *AzureFunction

NewAzureFunction creates new azure function data

type Vnet

type Vnet struct {
    ResourceGroupName  string `default:"resource_group_name" help:""`
    Location           string `default:"centralus" help:""`
    VirtualNetworkName string `default:"vnet_name" help:""`
}
func NewVnet
func NewVnet(resourcegroupname, location, virtualnetworkname string) *Vnet
func (*Vnet) Render
func (resource *Vnet) Render(w io.Writer, skipColor bool) error

Generated by gomarkdoc

Documentation

Overview

Package azure provides terraform templates for Microsoft Azure

Index

Constants

This section is empty.

Variables

View Source
var TEMPLATE_AZURE_FUNCTION string
View Source
var TEMPLATE_AZURE_VNET string

Functions

This section is empty.

Types

type AzureFunction

type AzureFunction struct {
}

AzureFunction is the template data object used to create an azure function

func NewAzureFunction

func NewAzureFunction() *AzureFunction

NewAzureFunction creates new azure function data

type Vnet

type Vnet struct {
	ResourceGroupName  string `default:"resource_group_name" help:""`
	Location           string `default:"centralus" help:""`
	VirtualNetworkName string `default:"vnet_name" help:""`
}

func NewVnet

func NewVnet(resourcegroupname, location, virtualnetworkname string) *Vnet

func (*Vnet) Render

func (resource *Vnet) Render(w io.Writer, skipColor bool) error

Jump to

Keyboard shortcuts

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