Commit Graph

453 Commits (76ea6c59cd06dbb710d0b3adbd11f9985c2f2e05)

Author SHA1 Message Date
James Nugent ef3aad1231 core: Correctly format nested outputs
10 years ago
James Nugent 1ca51ab454 Merge pull request #7589 from hashicorp/b-data-source-plan-counts
10 years ago
Derek Abdine 7bdc060d24 provider/logentries: Implementing logentries provider (#7067)
10 years ago
Paul Hinze d5a941a0a4
command: Do not count data sources in plan totals
10 years ago
James Bardin b0b2923027 Merge pull request #7443 from hashicorp/jbardin/GH-7264
10 years ago
James Bardin 6b5ee73e86 Use -state-out option when applying from a plan
10 years ago
James Bardin db83a779ab Fix plan output for data sources
10 years ago
James Nugent b190aa05a5 core: Add missing OutputStates in synthetic state
10 years ago
James Nugent aa5dc453ee cli: Fix registration of `state mv`.
10 years ago
James Nugent 75ab4a9970 core: Fix crash with tainted resource
10 years ago
James Nugent 7aec98237c core: Format empty lists and maps in output
10 years ago
Paul Hinze 1a0893ddc7
command/plan: remove -backup from help text
10 years ago
Maxime Bury c98f391bee Add basic implementation for remote state on azure (#7064)
10 years ago
James Nugent c96a8d5302 core: Update `terraform show` to deal with lists
10 years ago
Matt Morrison cbfb4d8b86 remote state: Add GCS provider for remote state
10 years ago
Chris Marchesi 9d7fb89114 core: Adding Sensitive attribute to resource schema
10 years ago
James Nugent 5a0f6565d3 Merge pull request #6672 from apparentlymart/random-provider
10 years ago
Sander van Harmelen d97b24e3c1
Add tests and fix last issues
10 years ago
Sander van Harmelen 8560f50cbc
Change taint behaviour to act as a normal resource
10 years ago
Paul Hinze aee1520ac5
core: Make refresh message explicitly point out lack of state persist
10 years ago
Paul Hinze ae73aa2fb4
core: Do not persist state after plans
10 years ago
James Nugent 28ad394264 build: Update generated internal plugin list
10 years ago
James Nugent 8e732c104b core: Error over panic if output type unknown
10 years ago
James Nugent 3ea3c657b5 core: Use OutputState in JSON instead of map
10 years ago
Martin Atkins 3e34ddbf38 New "random" provider, representing randomness
10 years ago
Martin Atkins 2ca10ad962 command: Show data source reads differently in plans
10 years ago
Martin Atkins bfee4b0295 command: don't show old values for create diffs in plan
10 years ago
Martin Atkins 5d27a5b3e2 command: Show id only when refreshing managed resources
10 years ago
Martin Atkins 60c24e3319 command: Prevent data resources from being tainted
10 years ago
Mitchell Hashimoto b728f8c018
terraform: import state ID should be sent to hook
10 years ago
Mitchell Hashimoto f6a59734ef
command: UI for import
10 years ago
Mitchell Hashimoto d6c059c43e
command/import: tests passing
10 years ago
Mitchell Hashimoto 3c9a92e04a
command: Context buliding allows empty module trees
10 years ago
Mitchell Hashimoto 182a8a28c0
command/import more wip
10 years ago
Mitchell Hashimoto ff94381e7e
command/import wip
10 years ago
Mitchell Hashimoto d94f503501
command/state meta: State func
10 years ago
Mitchell Hashimoto f34ef1f92a
command: compilation works
10 years ago
Mitchell Hashimoto 04598baa25
website: document state mv
10 years ago
Mitchell Hashimoto c966a70ff9
command: update docs for state mv
10 years ago
Mitchell Hashimoto 32d0d29b56
command: test for moving into another state file
10 years ago
Mitchell Hashimoto 235e860118
command/state mv: handle -state-out to a different path
10 years ago
Mitchell Hashimoto c4e5355a02
command/state mv
10 years ago
James Nugent 6a20e8927d core: Fix issues from rebasing dev-0.7 onto master
10 years ago
James Nugent 9d77e0af6c core: Add new providers to internal list
10 years ago
Mitchell Hashimoto 473a58a672 Add `terraform state list` command
10 years ago
Chris Bednarski e942a74def Set a log prefix for each plugin and remove go-dynect global log prefix (#6336)
10 years ago
James Nugent 991dc3f86f core: Add Cobbler provider to internal plugin list
10 years ago
James Nugent e57a399d71 core: Use native HIL maps instead of flatmaps
10 years ago
James Nugent 6aac79e194 state: Add support for outputs of multiple types
10 years ago
Chris Bednarski 6360e6c8b6 Implemented internal plugin calls; which allows us to compile plugins into the main terraform binary
10 years ago
Mitchell Hashimoto 35c87836b4 core: Add terraform_version to state
10 years ago
Mitchell Hashimoto e133452663 command/state: pattern => address
10 years ago
Mitchell Hashimoto 5737c0a13b website: update docs for state show
10 years ago
Mitchell Hashimoto f6692e66ac add command/state show
10 years ago
Mitchell Hashimoto d1b46e99bd Add `terraform state list` command
10 years ago
James Nugent b62f6af158 core: Add support for marking outputs as sensitive (#6559)
10 years ago
Dan Carley 64c1280951 command/fmt: Improve documentation for -diff and defaults (#6398)
10 years ago
Paul Hinze c74c5fe7f0
Update HCL to latest, unskip fmt tests
10 years ago
Paul Hinze ac10a7979d
command/fmt tests: temporarily skip newline failures
10 years ago
Mitchell Hashimoto 08ad84d8b2 command: defer the lock unlock
10 years ago
Mitchell Hashimoto 284bc92c04 command: show periodic messages about continued ops
10 years ago
David Glasser b44f7f28e0 Document saved plan use in `terraform apply -help` (#6126)
10 years ago
David Glasser 320773d6c1 command: delete unused class
10 years ago
Martin Atkins fa703db8a6 Merge #4955: "terraform fmt" command
10 years ago
Paul Hinze c7f5450a96 command: Add `terraform untaint`
10 years ago
Dan Carley d883b76070 command/fmt: Test non-default options
10 years ago
Dan Carley 79e2753e41 command/fmt: Disable list/write when using STDIN
10 years ago
Dan Carley e9128769b5 command/fmt: Accept input from STDIN
10 years ago
Dan Carley 1b967e612f command/fmt: Accept optional directory argument
10 years ago
Dan Carley c753390399 command/fmt: Default write and list to true
10 years ago
Dan Carley cc41c7cfa0 command/fmt: Add new fmt command
10 years ago
James Nugent b787fe2798 Merge pull request #5012 from jrnt30/TF-5011-Backend-flag-normalization
10 years ago
stack72 1628f19bc1 Fixing some golint issues on the new validate command
10 years ago
Soren Mathiasen db69a2959b Added verify command
10 years ago
Justin Nauman 61240b4250 Fixes #5011 - Backend downcased for init
10 years ago
Paul Hinze 4a51e4fe91 core: write planfile even on empty plans
10 years ago
Paul Hinze e67fc0fe9b command: Change module-depth default to -1
10 years ago
Mitchell Hashimoto 6a972a7713 command/init: put remote state config at proper path [GH-2927]
10 years ago
James Nugent a5e51f6dad command/refresh: Fix import formats to prevent flapping
11 years ago
Paul Hinze 0e277a6714 core: test coverage around map key regression
11 years ago
James Nugent 50b5e7c1a5 Validate context after input of vars on refresh
11 years ago
James Nugent 890e214c00 Add failing test replicating #4013
11 years ago
Jake Champlin 39e7f42490 Clear up `destroy --target` message
11 years ago
James Nugent a49b162dd1 Prompt for input variables before context validate
11 years ago
James Nugent f4c03ec2a6 Reflect new comment format in stringer.go
11 years ago
Paul Hinze 9428e9f1d1 command: fix failing TestPlan_noState test
11 years ago
Paul Hinze 715437537d command: fix flaky parallelism tests
11 years ago
John Gosset 61e890ecc9 Update list of backends in RemoteConfigCommand's Help() method
11 years ago
Martin Atkins e4e9c13c20 Merge #3136: Colorize the 'forces new resource' message
11 years ago
Mitchell Hashimoto 344e7c26b5 fix a bunch of tests from go-getter import
11 years ago
Panagiotis Moustafellos e4845f75cc removed extra parentheses
11 years ago
Paul Hinze 374070d066 website: docs for parallelism setting
11 years ago
Paul Hinze e1a46904d6 command: pull parallelism default up to CLI layer
11 years ago
Kevin Nuckolls bf9c5c46d0 Tests for apply parallelism=1 and parallelism=2
11 years ago
Kevin Nuckolls fc60b2858c Added -parallelism to refresh and plan cli UI
11 years ago
Kevin Nuckolls f59c71b35a works for apply, no tests yet
11 years ago
Radek Simko 57bea9f26c Merge pull request #3223 from scalp42/typos
11 years ago
Mitchell Hashimoto 4d37704d53 command/get: fix typo
11 years ago
Anthony Scalisi 198e1a5186 remove various typos
11 years ago
Martin Atkins 7c56550633 In plan summary, be more honest about force-new changes.
11 years ago