Mitchell Hashimoto
57b6e5cee9
terraform: generate
2016-05-11 13:02:30 -07:00
Mitchell Hashimoto
2a86b85646
terraform: start Import function, totally untested
2016-05-11 13:02:30 -07:00
Mitchell Hashimoto
84531a3fd5
helper/schema: sets Importable to true for resources that have importer
2016-05-11 13:02:30 -07:00
Mitchell Hashimoto
19609bde0e
helper/schema: can specify Importer on Resource, InternalValidate
2016-05-11 13:02:30 -07:00
Mitchell Hashimoto
b8121ea63e
helper/schema: Resource.Data to return a ResourceData for a Resource
2016-05-11 13:02:30 -07:00
Mitchell Hashimoto
4e9877179c
helper/schema: start the resource importer
2016-05-11 13:02:29 -07:00
Mitchell Hashimoto
5e127a62c1
Merge pull request #6597 from hashicorp/f-state-mv
...
command/state mv
2016-05-11 12:58:23 -07:00
Albert Choi
01fc4b9cdd
[clc] add missing ForceNew on several fields
2016-05-11 11:39:35 -07:00
Paul Stack
2bd35188ad
Update CHANGELOG.md
2016-05-11 18:39:07 +01:00
Paul Stack
06b5cf737c
provider/aws: `aws_codedeploy_deployment_group` Panics when setting ( #6617 )
...
`on_premises_instance_tag_filter`
When setting `on_premises_instance_tag_filter`, Terraform was not
pushing the changes on the cReate (due to a spelling mistake). A second
apply would push the tags and then cause a panic. Terraform was building
a ec2.Tagfilter struct without checking for optional values. When the
TagFilter was being dereferenced, it caused a panic
2016-05-11 18:38:03 +01:00
Mitchell Hashimoto
d94f503501
command/state meta: State func
2016-05-11 09:16:48 -07:00
clint shryock
e33847c8a8
Merge branch 'master' of github.com:hashicorp/terraform
...
* 'master' of github.com:hashicorp/terraform:
Update CHANGELOG.md
provider/vsphere: read gateway and ipv6_gateway
provider/aws: Fix cloudtrail_tags config formatting in test (#6615 )
build: "make fmt" to ignore vendor packages
2016-05-11 10:39:21 -05:00
clint shryock
8344b4fb4b
provider/aws: Format and correct IAM region for Cloudwatch test
2016-05-11 10:39:14 -05:00
James Nugent
9c0a175311
Update CHANGELOG.md
2016-05-11 11:25:35 -04:00
thetuxkeeper
5984f84c12
provider/vsphere: read gateway and ipv6_gateway
...
read gateway and ipv6_gateway information for vsphere_virtual_machine resources.
2016-05-11 11:21:54 -04:00
Clint
250ee8d089
provider/aws: Fix cloudtrail_tags config formatting in test ( #6615 )
2016-05-11 10:18:45 -05:00
James Nugent
f0b39b6ced
Merge pull request #6607 from apparentlymart/make-fmt-nonvendor
...
build: "make fmt" to ignore vendor packages
2016-05-11 10:51:51 -04:00
Mitchell Hashimoto
f34ef1f92a
command: compilation works
...
This still isn't ready. But this gets tests passing and compilation
working
2016-05-10 17:03:58 -07:00
Martin Atkins
78a9f8bfb4
build: "make fmt" to ignore vendor packages
...
Several of our vendered dependencies are not gofmt-compliant, but we don't
want to fix that since the vendored code is supposed to exactly match
upstream.
2016-05-10 15:40:02 -07:00
stack72
87d4fd7e0c
Merge branch 'db_option_group_settings' of https://github.com/Ticketmaster/terraform into Ticketmaster-db_option_group_settings
2016-05-10 22:37:14 +01:00
Paul Stack
b0c37bf99c
Update CHANGELOG.md
2016-05-10 22:34:40 +01:00
Thorsten Schifferdecker
4bbb9a674b
fix typo ( #6564 )
2016-05-10 22:32:22 +01:00
qivers
9cc21d62f2
Correcting arn output to id ( #6586 )
...
Using `arn` as an output doesn't work, `id` does.
2016-05-10 22:32:07 +01:00
Paul Stack
8fce851878
provider/azurerm: Fixing Acceptance Test for VM tags ( #6589 )
2016-05-10 22:31:56 +01:00
Paul Hinze
e14b21ab00
Update CHANGELOG.md
2016-05-10 16:27:19 -05:00
Paul Hinze
7bf140d573
Merge pull request #6599 from hashicorp/phinze/destroy-interpolation-error-redux
...
terraform: Correct fix for destroy interp errors
2016-05-10 16:26:08 -05:00
Paul Hinze
559f017ebb
terraform: Correct fix for destroy interp errors
...
The fix that landed in #6557 was unfortunately the wrong subset of the
work I had been doing locally, and users of the attached bugs are still
reporting problems with Terraform v0.6.16.
At the very last step, I attempted to scope down both the failing test
and the implementation to their bare essentials, but ended up with a
test that did not exercise the root of the problem and a subset of the
implementation that was insufficient for a full bugfix.
The key thing I removed from the test was a _referencing output_ for the
module, which is what breaks down the #6557 solution.
I've re-tested the examples in #5440 and #3268 to verify this solution
does indeed solve the problem.
2016-05-10 15:58:51 -05:00
Paul Hinze
8223e606df
terraform: add debug logging to Noop impls
...
This sort of output is needed to debug these codepaths anyways, so I
figured might as well leave it in.
2016-05-10 15:58:46 -05:00
James Nugent
ac8bbd571d
Merge pull request #6578 from f440/update-changelog
...
Update CHANGELOG.md
2016-05-10 16:26:36 -04:00
Mitchell Hashimoto
9ddf73ad81
website: update docs
2016-05-10 13:25:43 -07:00
Mitchell Hashimoto
eaf3d608ed
terraform: test moving a module to be nested
2016-05-10 13:25:43 -07:00
Mitchell Hashimoto
04598baa25
website: document state mv
2016-05-10 13:25:42 -07:00
Mitchell Hashimoto
c966a70ff9
command: update docs for state mv
2016-05-10 13:25:04 -07:00
Mitchell Hashimoto
32d0d29b56
command: test for moving into another state file
2016-05-10 13:25:04 -07:00
Mitchell Hashimoto
235e860118
command/state mv: handle -state-out to a different path
2016-05-10 13:25:04 -07:00
Mitchell Hashimoto
c4e5355a02
command/state mv
2016-05-10 13:25:03 -07:00
Mitchell Hashimoto
163f19fd00
terraform: instance => module
2016-05-10 13:25:03 -07:00
Mitchell Hashimoto
4d268b6eca
terraform: instance => resource
2016-05-10 13:25:03 -07:00
Mitchell Hashimoto
e497c26517
terraform: resource => module
2016-05-10 13:25:03 -07:00
Mitchell Hashimoto
d3fcfcc027
terraform: moving resource to resource
2016-05-10 13:25:03 -07:00
Mitchell Hashimoto
e65a726936
terraform: copy deps and provider for resource state
2016-05-10 13:25:03 -07:00
Mitchell Hashimoto
cb060f9063
terraform: unify on init addr
2016-05-10 13:25:03 -07:00
Mitchell Hashimoto
c324062645
terraform: state add resource existing fails
2016-05-10 13:25:03 -07:00
Mitchell Hashimoto
21d7ffc3f3
terraform: add resource
2016-05-10 13:25:03 -07:00
Mitchell Hashimoto
2de4324607
terraform: add stateadd to its own test file
2016-05-10 13:25:02 -07:00
Mitchell Hashimoto
af3c3e4c60
terraform: Module copy copies outputs and dependencies
2016-05-10 13:25:02 -07:00
Mitchell Hashimoto
30cf550fc5
terraform: can't move module to module that exists
2016-05-10 13:25:02 -07:00
Mitchell Hashimoto
bbc812d035
terraform: fix failing tests
2016-05-10 13:25:02 -07:00
Mitchell Hashimoto
25098f20c9
terraform: State.Add works for module to module (new)
2016-05-10 13:25:02 -07:00
Mitchell Hashimoto
407be65cc8
terraform: ResourceAddress should output instance type if set
2016-05-10 13:25:02 -07:00