Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Types ¶
type Config ¶
type Config struct { Username string Password string Target string ApiToken string Rest_version string Verify_https bool Ssl_cert bool User_agent string Request_kwargs 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.