provider

package
v1.14.1 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2022 License: BSD-3-Clause Imports: 17 Imported by: 0

Documentation

Overview

Each resource must implement a Resource interface provided by Hashicorp.

This file contains the implementation of the Flow Resource

Index

Constants

This section is empty.

Variables

View Source
var NullPlaceholder = "<null>"

Functions

func DataSourceEnvironment

func DataSourceEnvironment() *schema.Resource

func DataSourceIntegration

func DataSourceIntegration() *schema.Resource

func DataSourceRuntime

func DataSourceRuntime() *schema.Resource

func DataSourceSecrets

func DataSourceSecrets() *schema.Resource

func Environment

func Environment() *schema.Resource

Environment Resource

This resource allows customers to specify the details of the Sym environment in which their flows will run.

func ErrorLogger

func ErrorLogger() *schema.Resource

func Flow

func Flow() *schema.Resource

Flow represents a Sym Flow

func Integration

func Integration() *schema.Resource

func LogDestination

func LogDestination() *schema.Resource

func LogDestinationSchema

func LogDestinationSchema() map[string]*schema.Schema

func Provider

func Provider() *schema.Provider

Provider defines the schema this provider supports

func Runtime

func Runtime() *schema.Resource

func Secret

func Secret() *schema.Resource

func Secrets

func Secrets() *schema.Resource

func SecretsSchema

func SecretsSchema() map[string]*schema.Schema

func Strategy

func Strategy() *schema.Resource

func Target

func Target() *schema.Resource

Types

type TestData

type TestData struct {
	// OrgSlug is the slug for the Organization in which real resources
	// will be created during acceptance tests.
	OrgSlug string

	// ResourcePrefix should be prepended to names of resources created during
	// acceptance tests, so they may be cleaned up easily.
	ResourcePrefix string

	// ResourceName is the expected name of the resource being tested, including ResourcePrefix.
	ResourceName string
}

func BuildTestData

func BuildTestData(resourceName string) TestData

BuildTestData generates test data for an acceptance test

Jump to

Keyboard shortcuts

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