Documentation ¶
Index ¶
Constants ¶
View Source
const DataResourceName = "azurerm_client_config"
View Source
const LocalFileResourceName = "local_file"
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 LocalFile ¶ added in v0.1.27
type LocalFile struct { *output.TerraformResource `hcl:",squash" default:"name=local_file"` ContentBase64 string `hcl:"content_base64"` Filename string `hcl:"filename"` }
func NewLocalFile ¶ added in v0.1.27
func (*LocalFile) GetFilename ¶ added in v0.1.27
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.