Documentation ¶
Index ¶
Constants ¶
View Source
const DataResourceName = "azurerm_client_config"
View Source
const RandomPasswordResourceName = "random_password"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
func (*ClientConfig) GetResult ¶
func (r *ClientConfig) GetResult() string
type RandomPassword ¶
type RandomPassword struct { *output.TerraformResource `hcl:",squash" default:"name=random_password"` Length int `hcl:"length"` Special bool `hcl:"special"` Upper bool `hcl:"upper"` Lower bool `hcl:"lower"` Number bool `hcl:"number"` }
func (*RandomPassword) GetResult ¶
func (r *RandomPassword) GetResult() string
Click to show internal directories.
Click to hide internal directories.