environment

package
v0.0.0-...-29d4b29 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2023 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetEnvironmentDataSourceSchema

func GetEnvironmentDataSourceSchema() *schema.Schema

func GetEnvironmentResourceSchema

func GetEnvironmentResourceSchema() *schema.Schema

Types

type DomainLightDataSourceModel

type DomainLightDataSourceModel struct {
	Hrid types.String `tfsdk:"hrid"`
}

type EnvironmentDataSourceModel

type EnvironmentDataSourceModel struct {
	Id            types.String                 `tfsdk:"id"`
	EnvironmentId types.String                 `tfsdk:"environment_id"`
	Domains       []DomainLightDataSourceModel `tfsdk:"domains"`
}

func MapEnvironmentDataSource

func MapEnvironmentDataSource(source []client.Domain, target EnvironmentDataSourceModel) (EnvironmentDataSourceModel, error)

type EnvironmentResourceModel

type EnvironmentResourceModel struct {
	Id types.String `tfsdk:"id"`
}

Jump to

Keyboard shortcuts

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