Dana Hoffman
1157967fbe
Update CHANGELOG.md
2017-04-20 09:49:14 -07:00
Alexander
9bd50a1219
provider/google: BigQuery Dataset ( #13436 )
...
* Vendor BigQuery
* Add resource
* Add tests
* Add documentation
* Remove named import
* Remove `retain_on_delete`
* Fix formatting
2017-04-20 09:47:38 -07:00
Jearvon Dharrie
e667411cc5
website: Fix spacing of literal "terraform console" ( #13807 )
2017-04-20 09:36:34 -07:00
Chris Marchesi
744727a28a
core: Trap warnings as well as errors on resourceNestedCount test
2017-04-20 07:31:44 -07:00
Tom Harvey
72f2a31298
Including #13755 in the changelog
2017-04-20 14:05:19 +01:00
Tom Harvey
6e698fd5fe
Merge pull request #13755 from StephenWeatherford/11625c
...
Fix another issue from #11625 that's causing null entries in ssh_keys
2017-04-20 14:01:31 +01:00
Tom Harvey
30b6d695a6
Updating to include #13791
2017-04-20 12:41:07 +01:00
Tom Harvey
1775d48381
Merge pull request #13791 from whiskeyjay/subnetRTFix
...
provider/azurerm: Locking route table on subnet create/delete
2017-04-20 12:39:59 +01:00
tombuildsstuff
8706d2181f
Fixing the import test by adding missing formatting values
2017-04-20 12:28:33 +01:00
Thomas Poindessous
7ec1c66f69
Merged upstream for nav
2017-04-20 12:44:10 +02:00
Thomas Poindessous
1fa91dfb4d
merge upstream/master
2017-04-20 12:37:18 +02:00
Thomas Poindessous
68af7d44e8
Added the new resource to the nav panel
2017-04-20 12:13:47 +02:00
Thomas Poindessous
1b22200c44
Corrected test for snapshot. Simplified tests. Added a new test for source_disk_link
2017-04-20 12:13:17 +02:00
Thomas Poindessous
573da4d729
Added a new attribute : source_disk_link
2017-04-20 12:12:43 +02:00
Daniel Kats
8a70108612
fix a word in aws_iam_role_policy error msg ( #13794 )
2017-04-20 06:48:58 +01:00
dj80hd
99a73094f7
Fix typo in aws-two-tier example ( #13790 )
2017-04-20 06:47:44 +01:00
Scott Nowicki
f117f1de26
trying terraform 0.9.2 for destroy bug; fixed interpolation issue with sshCommand
2017-04-20 00:43:32 -05:00
Chris Marchesi
d41b806789
core: Restore CountBoundaryTransformer to apply, add/adjust tests
...
Moving the transformer wholesale looks like it broke some tests, with
some actually doing legit work in normalizing singular resources from a
foo.0 notation to just foo.
Adjusted the TestPlanGraphBuilder to account for the extra
meta.count-boundary nodes in the graph output now, as well as added
another context test that tests this case. It appears the issue happens
during validate, as this is where the state can be altered to a broken
state if things are not properly transformed in the plan graph.
2017-04-19 22:23:52 -07:00
Scott Nowicki
87b049b72d
adding cd to after_deploy to ensure we're in the correct directory
2017-04-19 23:26:28 -05:00
Scott Nowicki
36e4b74c13
added -force to after_deploy
2017-04-19 20:32:22 -05:00
Scott Nowicki
bf5d9773e2
fixed after_deploy syntax for .travis.yml
2017-04-19 20:23:07 -05:00
Scott Nowicki
1653d5da73
incorrect variable reference
2017-04-19 19:52:02 -05:00
Scott Nowicki
af3de7b7df
azure is awfully particular for certain strings
2017-04-19 19:36:16 -05:00
Scott Nowicki
e0208f48ba
added after_deploy step to travis.yml; updated string generation yet again
2017-04-19 19:29:36 -05:00
Scott Nowicki
4fb55b0c5e
made string generation more robust
2017-04-19 19:19:15 -05:00
Scott Nowicki
acaea87c93
nixed the numbers from string generation
2017-04-19 19:02:39 -05:00
Chris Marchesi
2802d319d2
core: Move CountBoundaryTransformer to the plan graph builder
...
This fixes interpolation issues on grandchild data sources that have
multiple instances (ie: counts). For example, baz depends on bar, which
depends on foo.
In this instance, after an initial TF run is done and state is saved,
the next refresh/plan is not properly transformed, and instead of the
graph/state coming through as data.x.bar.0, it comes through as
data.x.bar. This breaks interpolations that rely on splat operators -
ie: data.x.bar.*.out.
2017-04-19 16:56:54 -07:00
Scott Nowicki
1d7d3f1b45
added missing \ to plan command
2017-04-19 18:56:12 -05:00
Scott Nowicki
f52b7a9d85
fixed -out syntax
2017-04-19 18:44:55 -05:00
Scott Nowicki
42b4ddc737
plan now produces output plan, apply now consumes outputted plan
2017-04-19 18:41:38 -05:00
Scott Nowicki
44d416ca8e
fixed quotes
2017-04-19 18:34:44 -05:00
Scott Nowicki
3dce8c2c78
was working on the wrong deploy.sh........ :(
2017-04-19 18:28:42 -05:00
Scott Nowicki
d0973b77c1
moved outputs to outputs.tf; added sshCommand
2017-04-19 18:20:56 -05:00
Scott Nowicki
048ab5a774
renamed folder; updated deployment script; prompt for additional variables
2017-04-19 17:59:56 -05:00
James Bardin
f5cda342f7
Merge pull request #13778 from hashicorp/jbardin/GH-13617
...
improve resource.WaitForState and add refreshGracePeriod
2017-04-19 18:23:00 -04:00
clint shryock
7f3c8e4765
move this test to new region
2017-04-19 17:20:44 -05:00
James Bardin
4c3a053f0c
lint errors
2017-04-19 18:19:48 -04:00
James Bardin
14bea66f4e
add test for proper cancelation
2017-04-19 18:07:00 -04:00
James Bardin
eb4b45941c
fix tests affected by refreshGracePeriod
...
A couple tests require lowering the grace period to keep the test from
taking the full 30s timeout.
The Retry_hang test also needed to be removed from the Parallel group,
becuase it modifies the global refreshGracePeriod variable.
2017-04-19 18:07:00 -04:00
James Bardin
af1628eaa4
add refreshGracePeriod
...
Refresh calls may have side effects that need to be recorded if it
succeeds, especially common when when WaitForState is called from
resource.Retry.
If the WaitForState timeout is reached and there is a Refresh call
in-flight, wait up to refreshGracePeriod (set to 30s) for it to
complete.
2017-04-19 18:07:00 -04:00
Martin Atkins
d157eea2e3
website: Correct capitalization of "Bitbucket"
...
Previously we fixed this specifically for the Enterprise VCS integration,
but we also had some long-running errors of this sort in the docs for
how to specify module sources on Bitbucket.
2017-04-19 14:56:11 -07:00
Scott Nowicki
c4ac9c3dbb
fixed syntax for terraform variables
2017-04-19 16:38:18 -05:00
Seth Vargo
3fa3ce60fa
Merge pull request #13788 from hashicorp/docs-update-bitbucket-branding
...
Change BitBucket to Bitbucket
2017-04-19 17:35:59 -04:00
Jake Champlin
fe8029e65e
initial attempt
2017-04-19 17:30:58 -04:00
Mary Elizabeth Cutrali
3d315baee5
update spelling of Bitbucket
2017-04-19 17:30:58 -04:00
Matthew Frahry
07c0f95563
Merge pull request #13772 from hashicorp/p-aws-multi-zone-instance
...
Fixing TestAccAWSInstance_multipleRegions
2017-04-19 14:32:43 -06:00
=
1608f5544f
Added error check
2017-04-19 14:22:35 -06:00
ebilhoo
0cf9dbcfb4
Merge branch 'master' of https://github.com/bhood4/terraform
2017-04-19 20:03:59 +00:00
ebilhoo
8ef010440e
cleanup and validation, rdpool.order optional with ROUND_ROBIN default
2017-04-19 20:02:27 +00:00
ebilhoo
65d364d805
cleanup and validation, rdpool.order optional with ROUND_ROBIN default
2017-04-19 19:54:42 +00:00