Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoKeyComment will be returned when the key name cannot be generated from // the key comment and is not otherwise specified. ErrNoKeyComment = errors.New("no key comment found to use as a name (and none specified)") )
View Source
var ( // ErrTimeout is returned when waiting for state change ErrTimeout = errors.New("timed out while waiting for resource change") )
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Provider returns a terraform.ResourceProvider.
Types ¶
Click to show internal directories.
Click to hide internal directories.