Commit Graph

58 Commits (449ea72e87da7e697ef7b68283a852cc9cc09045)

Author SHA1 Message Date
Martin Atkins 618883596a command: remove "terraform push"
7 years ago
Oleg Butuzov 2ac15fdae4 command: Fix inconsistent spacing in "terraform push -help"
8 years ago
James Bardin 90a75422fb unlock state in console, import, graph, and push
8 years ago
Martin Atkins 9a5c865040 command: validate config as part of loading it
8 years ago
James Bardin 36b8be43e8 use the new version package
8 years ago
Robert Liebowitz 8d98fdecac Autoload only .auto.tfvars files
9 years ago
Robert Liebowitz 006744bfe0 Use all tfvars files in working directory
9 years ago
Martin Atkins 31d556894f command: shallow UI-focused rename of "environment" to "workspace"
9 years ago
James Bardin 718ede0636 have Meta.Backend use a Config rather than loading
9 years ago
Mitchell Hashimoto 25312c8985
command/push: update copy for remote state error
9 years ago
Mitchell Hashimoto 8b208a597d
command/push: don't allow pushing with local backend
9 years ago
Mitchell Hashimoto ad7b063262
command: convert to use backends
9 years ago
Mitchell Hashimoto 9a8209cfbd
command/push: create the proper parent directory entries in tar
10 years ago
Mitchell Hashimoto 928fdff33e
command/push: only add module directory to tar if it exists
10 years ago
Mitchell Hashimoto a650455ed6
command/push: only explicitly include the state
10 years ago
Mitchell Hashimoto 3aecc52bf3
command/push: "Extra" value must be absolute
10 years ago
Mitchell Hashimoto e8267f4907
command/push: failing test for pushing with no modules
10 years ago
James Bardin 1322aaf473 Merge pull request #7989 from hashicorp/jbardin/tf_push
10 years ago
James Bardin 67bd4f29e0 Override atlas variables even if they aren't local
10 years ago
James Bardin bf83b435e1 numeric variables aren't always interpreted as str
10 years ago
James Bardin 0c714592f0 Fix variable handling on subsequent pushes
10 years ago
James Bardin de87267697 Add tf_vars to the variables sent in push
10 years ago
James Bardin 885935962c Add a terraform version header to all atlas calls
10 years ago
James Nugent 3735140286 core: Don't set variables for Atlas until lib is updated
10 years ago
James Nugent 5d18f41f04 core: Convert context vars to map[string]interface{}
10 years ago
Anthony Scalisi 198e1a5186 remove various typos
11 years ago
Mitchell Hashimoto 1f92dd5b40 command/push: update output
11 years ago
Mitchell Hashimoto c5d3c585c6 command/push: update var name
11 years ago
Mitchell Hashimoto 9d9bcc2f6e command/push: update flag to -overwrite, update docs
11 years ago
Mitchell Hashimoto 8ee3281858 command/push: UX
11 years ago
Mitchell Hashimoto dc40f044f0 command/push: prefer Atlas over local, add -set flag
11 years ago
Radek Simko b7d41d2eed Add -no-color to help text
11 years ago
Mitchell Hashimoto 77a61157fb command/push: var/var-file supported, note in help [GH-1950]
11 years ago
Paul Hinze 8ce3e1d5b4 command/push: local vars override remote ones
11 years ago
Mitchell Hashimoto 000d28c489 command/push: read terraform.tfvars
11 years ago
Mitchell Hashimoto 280635d2b0 command/push: add -atlas-address
11 years ago
Mitchell Hashimoto 51614b6365 command/push: upload-modules
11 years ago
Mitchell Hashimoto 8d47f26bb7 command/push: address PR comments
11 years ago
Mitchell Hashimoto 0229852e48 command/push: change wording on error message
11 years ago
Mitchell Hashimoto 395dd04861 command/push: accept -vcs
11 years ago
Mitchell Hashimoto 86f92119e2 command/push: no version on GET should be okay
11 years ago
Mitchell Hashimoto 19c1771438 command/push: integrate atlas push client
11 years ago
Mitchell Hashimoto 1c0ffbd7bf command/push: output the name/version of the pushed configuration
11 years ago
Mitchell Hashimoto ee1ad49829 command/push: rename -module-lock to -module-upload
11 years ago
Mitchell Hashimoto da46e16f4f command/push: can set the name on the CLI
11 years ago
Mitchell Hashimoto 5e27bfc040 command/push: read name from the config
11 years ago
Mitchell Hashimoto eebd7b8aa3 command/push: ask for only variables that are unset
11 years ago
Mitchell Hashimoto bf14143369 command/push: test that input is asked
11 years ago
Mitchell Hashimoto d37d9ea6ef command/push: send the context variables up
11 years ago
Mitchell Hashimoto a1b424d53f command/push: properly copy the data directory no matter what
11 years ago