Documentation ¶
Overview ¶
Each resource must implement a Resource interface provided by Hashicorp.
This file contains the implementation of the Flow Resource
Index ¶
- Variables
- func DataSourceEnvironment() *schema.Resource
- func DataSourceIntegration() *schema.Resource
- func DataSourceRuntime() *schema.Resource
- func DataSourceSecrets() *schema.Resource
- func Environment() *schema.Resource
- func ErrorLogger() *schema.Resource
- func Flow() *schema.Resource
- func Integration() *schema.Resource
- func LogDestination() *schema.Resource
- func LogDestinationSchema() map[string]*schema.Schema
- func Provider() *schema.Provider
- func Runtime() *schema.Resource
- func Secret() *schema.Resource
- func Secrets() *schema.Resource
- func SecretsSchema() map[string]*schema.Schema
- func Strategy() *schema.Resource
- func Target() *schema.Resource
- type TestData
Constants ¶
This section is empty.
Variables ¶
View Source
var NullPlaceholder = "<null>"
Functions ¶
func DataSourceEnvironment ¶
func DataSourceIntegration ¶
func DataSourceRuntime ¶
func DataSourceSecrets ¶
func Environment ¶
Environment Resource
This resource allows customers to specify the details of the Sym environment in which their flows will run.
func ErrorLogger ¶
func Integration ¶
func LogDestination ¶
func LogDestinationSchema ¶
func SecretsSchema ¶
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 ¶
BuildTestData generates test data for an acceptance test
Source Files ¶
- acceptance_test_util.go
- environment_data_source.go
- environment_resource.go
- error_logger_resource.go
- flow_resource.go
- integration_data_source.go
- integration_resource.go
- log_destination_resource.go
- provider.go
- runtime_data_source.go
- runtime_resource.go
- secret_resource.go
- secrets_data_source.go
- secrets_resource.go
- strategy_resource.go
- target_resource.go
- util.go
Click to show internal directories.
Click to hide internal directories.