Skip to content

Commit 116911f

Browse files
committed
Updating branch
1 parent 896310e commit 116911f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/plugintest/working_dir.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ func (wd *WorkingDir) Query(ctx context.Context) ([]string, error) {
535535
// terraform-exec also only exposes the raw json writer for now
536536
// So we have to Marshall buffer something like JSON.mashallto___ for terraform-json.Query
537537
/* The struct Terraform is using to encode a query result:
538+
538539
type QueryResult struct {
539540
Address string `json:"address"`
540541
DisplayName string `json:"display_name"`
@@ -544,6 +545,7 @@ func (wd *WorkingDir) Query(ctx context.Context) ([]string, error) {
544545
Config string `json:"config,omitempty"`
545546
ImportConfig string `json:"import_config,omitempty"`
546547
}
548+
547549
*/
548550

549551
if err != nil {

0 commit comments

Comments
 (0)