File tree Expand file tree Collapse file tree
website/pages/docs/builders Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "fmt"
88
99 "github.com/hashicorp/hcl/v2/hcldec"
10- "github.com/hashicorp/packer/helper/communicator"
1110 "github.com/hashicorp/packer/packer-plugin-sdk/common"
11+ "github.com/hashicorp/packer/packer-plugin-sdk/communicator"
1212 "github.com/hashicorp/packer/packer-plugin-sdk/multistep"
1313 "github.com/hashicorp/packer/packer-plugin-sdk/multistep/commonsteps"
1414 packersdk "github.com/hashicorp/packer/packer-plugin-sdk/packer"
Original file line number Diff line number Diff line change 88 "os"
99 "strings"
1010
11- "github.com/hashicorp/packer/helper /communicator"
11+ "github.com/hashicorp/packer/packer-plugin-sdk /communicator"
1212 "github.com/hashicorp/packer/packer-plugin-sdk/template/config"
1313 "github.com/hashicorp/packer/packer-plugin-sdk/template/interpolate"
1414 "github.com/hashicorp/packer/packer-plugin-sdk/uuid"
Original file line number Diff line number Diff line change 55 "os"
66 "testing"
77
8- "github.com/hashicorp/packer/helper /communicator"
8+ "github.com/hashicorp/packer/packer-plugin-sdk /communicator"
99)
1010
1111func testConfig () * TencentCloudRunConfig {
Original file line number Diff line number Diff line change 77 "os"
88 "runtime"
99
10- "github.com/hashicorp/packer/helper /communicator"
10+ "github.com/hashicorp/packer/packer-plugin-sdk /communicator"
1111 "github.com/hashicorp/packer/packer-plugin-sdk/multistep"
1212 cvm "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm/v20170312"
1313)
Original file line number Diff line number Diff line change @@ -128,21 +128,21 @@ a [communicator](/docs/templates/communicator) can be configured for this builde
128128### Communicator Configuration
129129
130130In addition to the above options, a communicator can be configured
131- for this builder.
131+ for this builder.
132132
133133#### Optional:
134134
135- @include 'helper /communicator/Config-not-required.mdx'
135+ @include 'packer-plugin-sdk /communicator/Config-not-required.mdx'
136136
137- @include 'helper /communicator/SSH-not-required.mdx'
137+ @include 'packer-plugin-sdk /communicator/SSH-not-required.mdx'
138138
139- @include 'helper /communicator/SSH-Temporary-Key-Pair -not-required.mdx'
139+ @include 'packer-plugin-sdk /communicator/SSHTemporaryKeyPair -not-required.mdx'
140140
141- @include 'helper /communicator/SSH-Key-Pair-Name-not-required.mdx'
141+ @include 'packer-plugin-sdk /communicator/SSH-Key-Pair-Name-not-required.mdx'
142142
143- @include 'helper /communicator/SSH-Private-Key-File-not-required.mdx'
143+ @include 'packer-plugin-sdk /communicator/SSH-Private-Key-File-not-required.mdx'
144144
145- @include 'helper /communicator/SSH-Agent-Auth-not-required.mdx'
145+ @include 'packer-plugin-sdk /communicator/SSH-Agent-Auth-not-required.mdx'
146146
147147## Basic Example
148148
You can’t perform that action at this time.
0 commit comments