Documentation ¶
Index ¶
- Constants
- func New() tfsdk.Provider
- type Dynamic
- type DynamicType
- func (d DynamicType) ApplyTerraform5AttributePathStep(step tftypes.AttributePathStep) (interface{}, error)
- func (d DynamicType) Equal(other attr.Type) bool
- func (d DynamicType) String() string
- func (d DynamicType) TerraformType(_ context.Context) tftypes.Type
- func (d DynamicType) Validate(_ context.Context, val tftypes.Value, path *tftypes.AttributePath) diag.Diagnostics
- func (d DynamicType) ValueFromTerraform(_ context.Context, val tftypes.Value) (attr.Value, error)
- type LDUser
Constants ¶
View Source
const (
LAUNCHDARKLY_SDK_KEY = "LAUNCHDARKLY_SDK_KEY"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dynamic ¶
func (Dynamic) ToTerraformValue ¶
type DynamicType ¶
type DynamicType struct{}
func (DynamicType) ApplyTerraform5AttributePathStep ¶
func (d DynamicType) ApplyTerraform5AttributePathStep(step tftypes.AttributePathStep) (interface{}, error)
func (DynamicType) String ¶
func (d DynamicType) String() string
func (DynamicType) TerraformType ¶
func (d DynamicType) TerraformType(_ context.Context) tftypes.Type
func (DynamicType) Validate ¶
func (d DynamicType) Validate(_ context.Context, val tftypes.Value, path *tftypes.AttributePath) diag.Diagnostics
func (DynamicType) ValueFromTerraform ¶
type LDUser ¶
type LDUser struct { Key types.String `tfsdk:"key"` Secondary types.String `tfsdk:"secondary"` IP types.String `tfsdk:"ip"` Country types.String `tfsdk:"country"` Email types.String `tfsdk:"email"` FirstName types.String `tfsdk:"first_name"` LastName types.String `tfsdk:"last_name"` Avatar types.String `tfsdk:"avatar"` Name types.String `tfsdk:"name"` Anonymous types.Bool `tfsdk:"anonymous"` Custom Dynamic `tfsdk:"custom"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.