Commit Graph

229 Commits (b35ec44d06454b61ff2ebdb9704d60fc36021dfd)

Author SHA1 Message Date
Megan Marsh 217dcbb97f golang 1.14 doesn't like calling NewFile on existing files. Port solution over from Terraform
6 years ago
Jeff Escalante 2999934326
fix generation script, bugfixes in source comments, update website paths in primary codebase
6 years ago
Jeff Escalante 4afd107eeb
patch source files for extensions changes
6 years ago
Wilken Rivera 360f81b030 tests/provisioners: Add TestProvsionerPreCheck function
6 years ago
Sylvia Moss 665330de92
Write generic Builder-Provisioner acceptance test logic (#8963)
6 years ago
Adrien Delorme 88297c796d Merge branch 'master' into hcl2_singular_blocks
6 years ago
Adrien Delorme 834f44190f go generate
6 years ago
Adrien Delorme 87d6b2433f make generate
6 years ago
Megan Marsh fc35f02004
Merge pull request #8890 from hashicorp/fix_8880
6 years ago
Megan Marsh e94ff70199
Merge pull request #8883 from hashicorp/fix_8835
6 years ago
Megan Marsh 6477d8a0c8
Merge pull request #8882 from hashicorp/fix-var-file-hcl
6 years ago
Megan Marsh 6008f911fd
Merge pull request #8847 from takaishi/support-keyboard-interactive
6 years ago
Megan Marsh bcb7b8751c fix googlecompute password interpolation
6 years ago
Moss 5a8c628880 Add acc test validation to avoid running with unit tests
6 years ago
Moss 3f49b7c66e Fix linter
6 years ago
Moss 2ca6804827 Move shell prov acc test to the same folder
6 years ago
Adrien Delorme 60a3105a45 make ssh docs less AWS specific
6 years ago
r_takaishi 70e3f60539 write unit test
6 years ago
r_takaishi f50ff1d270 make generate
6 years ago
Adrien Delorme 7ec39ebb4e TestStringSlice_Set: check error even if none is returned
6 years ago
Adrien Delorme 6b48feb817 kvflag: add TestStringSlice_Set
6 years ago
Adrien Delorme c8300b620a allow to use hcl files as var files in HCL mode
6 years ago
Wilken Rivera 7b705545d9
docs: Various doc clean-ups to fix code block formatting and syntax highlighting (#8868)
6 years ago
r_takaishi 34bb0429d0 keyboard-interactive used when ssh_bastion_host is true.
6 years ago
Sylvia Moss 76f13deaf4
Make template variables SSHPublicKey and SSHPrivateKey as strings (#8829)
6 years ago
Lars Lehtonen 74a94d8547
helper/builder/testing: prune unused functions (#8852)
6 years ago
r_takaishi e2df4a80f8 support keyboard interactive auth
6 years ago
Wilken Rivera 9ec8b67392
Add golangci-lint to project (#8686)
6 years ago
Megan Marsh d252a24b82 allow user to set winrm_host override like we do ssh_host override
6 years ago
Sylvia Moss 0677b02e18
Share SourceImageName with provisioners and manifest post-processor (#8603)
6 years ago
Megan Marsh 82f03fca7c fix to work with hcl2; update tests
6 years ago
Megan Marsh 4059ed75f5 update docs to mention ssh auth sock env var (#8523)
6 years ago
Megan Marsh cd7abf1f9e clean up a few final issues with info sharing
6 years ago
Adrien Delorme 4b7132c87c Merge remote-tracking branch 'origin/master' into sharing_info
6 years ago
Adrien Delorme 0785c2f6fc
build using HCL2 (#8423)
6 years ago
Megan Marsh 0f6d1beccf add an extra string array to the Prepare() return values in the builder interfaces; this sets up the ability for builders to give the provisioners custom user-accessible build-time variables.
6 years ago
Megan Marsh 82367a88f8 reorganize placeholder data call to live with provisioner implementation; force users to use the generated function, therefore forcing validation, for all variables except winrmpassword, by doing a simple string check against the placeholder data.
6 years ago
Megan Marsh 6f418d0e54 get data sharing to a working state with the powershell provisioner
6 years ago
nywilken a61fe833ef helper/communicator/step_connect_ssh: Update proxy connection settings to use `SSHProxyUsername` and `SSHProxyPassword`
6 years ago
Adrien Delorme 819329228a Change back to make sure all durations are a time.Duration
6 years ago
Adrien Delorme bf3d9841c6 Force durations to be passed a strings
6 years ago
Adrien Delorme 078ba7c8c3 commit old code generation tool
6 years ago
Chris Roberts 8bb7d8dc16 Prevent busy loop while waiting for WinRM connection
6 years ago
Megan Marsh 85de1d0637 make friendlier message warning user that their creds may be wrong
7 years ago
Adrien Delorme 3fe9d52e3f Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
7 years ago
Daniel Kimsey 3b64620234 SSH tunneling support
7 years ago
Adrien Delorme 5517d41468 make sure all documentation fields are there
7 years ago
Adrien Delorme db880ab50a add decoding tests for trilean
7 years ago
Megan Marsh 3c3f7f26ce implement custom data type "trilean" (tri-state-boolean) to track booleans which have a "null" or "unset" state. Previously we used *bool for these template options, but it turns out that those won't work because "unset" will evaluate to "false" if a user is using template variables to set the option that maps to a *bool.
7 years ago
Adrien Delorme 4cb7c30987 Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
7 years ago