Justin Phelps
Justin Phelps
I have a struct similar to the following: ``` type Device struct { UUID gocql.UUID `json:"-" db:"uuid"` Name string `json:"name" db:"name"` Tags map[string]string `json:"tags" db:"tags"` } ``` I've satisfied the...
### Terraform Version ``` Terraform v0.13.4 + provider registry.terraform.io/hashicorp/aws v2.68.0 + provider registry.terraform.io/hashicorp/external v2.0.0 + provider registry.terraform.io/hashicorp/github v3.1.0 + provider registry.terraform.io/hashicorp/random v2.2.1 ``` ### Affected Resource(s) - data external ###...
This change set includes a chunk of changes in existing PR's, including: - Docker README Table Fix - Spelling corrections - Support for a new `MESSAGE_TYPE` option to flip between...
**Describe the bug** When using the OS plugin from the store, I'm seeing python tracebacks in the output. In addition, the OS plugin seemed to disappear and the actions were...