environment_variable

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2025 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnvironmentVariableDataSource

func EnvironmentVariableDataSource() datasource.DataSource

EnvironmentVariableDataSource is a helper function to simplify the provider implementation.

func EnvironmentVariableResource

func EnvironmentVariableResource() resource.Resource

EnvironmentVariableResource is a helper function to simplify the provider implementation.

Types

type EnvironmentVariableDataSourceModel

type EnvironmentVariableDataSourceModel struct {
	ID                types.String `tfsdk:"id"`
	ProjectID         types.Int64  `tfsdk:"project_id"`
	Name              types.String `tfsdk:"name"`
	EnvironmentValues types.Map    `tfsdk:"environment_values"`
}

EnvironmentVariableDataSourceModel is the model for the data source

type EnvironmentVariableResourceModel

type EnvironmentVariableResourceModel struct {
	ID                types.String `tfsdk:"id"`
	ProjectID         types.Int64  `tfsdk:"project_id"`
	Name              types.String `tfsdk:"name"`
	EnvironmentValues types.Map    `tfsdk:"environment_values"`
}

EnvironmentVariableResourceModel is the model for the resource

Jump to

Keyboard shortcuts

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