Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Provider is the terraform resource provider called by main.go
Types ¶
type Config ¶
type Config struct { Username string Password string Target string APIToken string RestVersion string VerifyHTTPS bool SslCert bool UserAgent string RequestKwargs map[string]string }
Config is the configuration for the Purestorage FlashArray Go Client. It holds the connection information to connect to the array API. Either the Username and Password or the API Token should be provided, but not both.
Click to show internal directories.
Click to hide internal directories.