Documentation ¶ Index ¶ type URL func URLNull() URL func URLUnknown() URL func URLValue(value *url.URL) URL func (v URL) ValueURL() *url.URL type URLType func (t URLType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type URL ¶ type URL struct { basetypes.StringValue // contains filtered or unexported fields } func URLNull ¶ func URLNull() URL func URLUnknown ¶ func URLUnknown() URL func URLValue ¶ func URLValue(value *url.URL) URL func (URL) ValueURL ¶ func (v URL) ValueURL() *url.URL type URLType ¶ type URLType struct { basetypes.StringType } func (URLType) ValueFromTerraform ¶ func (t URLType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error) Source Files ¶ View all Source files url.go Click to show internal directories. Click to hide internal directories.