Commit Graph

24496 Commits

Author SHA1 Message Date
ajayk fd8aca539e update to aws-sdk-go-v1.20.19 2019-07-11 17:52:31 -07:00
Saverio Miroddi 983af7a183 Allow null values in Compact function
The function would previously panic when one or more null values were among the arguments.

The new behavior treats nulls as empty strings, therefore, it removes them.
2019-07-11 20:16:24 +02:00
tf-release-bot a20e209397 Cleanup after v0.12.4 release 2019-07-11 18:08:35 +00:00
tf-release-bot f17247d3d2
v0.12.4 2019-07-11 17:57:27 +00:00
James Bardin 2206512e58 update ssh and crypto deps 2019-07-11 09:44:22 -04:00
James Bardin 780ca17884 use keepalive replies to detect dead connections
An ssh server should always send a reply packet to the keepalive
request. If we miss those replies for over 2min, consider the connection
dead and abort, rather than block the provisioner indefinitely.
2019-07-11 09:44:22 -04:00
James Bardin 5ac920223f
Merge pull request #22001 from hashicorp/jbardin/update-cty
Update cty and use Path.Equals in depends_on comparisons
2019-07-11 08:49:10 -04:00
Chris Griggs 1a89165705
Merge pull request #22022 from hashicorp/cgriggs01-namefix
[Website] fix signalfx link name
2019-07-10 14:00:08 -07:00
James Bardin a0338df4d4 update ignore_changes to use cty.Path.Equals
Remove reflect.DeepEqual from path comparisons to get reliable results.

The equality issues were only noticed going the grpc interface, so add a
corresponding test to the test provider.
2019-07-10 14:49:37 -04:00
Pam Selle b7bbb942ff
Update CHANGELOG.md 2019-07-10 13:40:25 -04:00
Pam Selle 9f9ac1b326
Merge pull request #17465 from Elethiomel/master
Add support for user configured state object names in swift containers
2019-07-10 13:39:33 -04:00
Colin Fowler cd7bfba141 rebased to terraform master branch 2019-07-10 18:05:10 +01:00
cgriggs01 417b5712b3 fix signalfx name 2019-07-09 17:09:28 -07:00
Chris Griggs d5e0f72cb7
Merge pull request #22018 from hashicorp/cgriggs01-fix-typo
[Website] fix link typo
2019-07-09 11:53:00 -07:00
cgriggs01 efc079268e fix link typo 2019-07-09 11:45:03 -07:00
Chris Griggs e4ec9310c4
Merge pull request #22003 from hashicorp/cgriggs01-signalfx-links
[Website] Add Signalfx provider links
2019-07-08 13:15:54 -07:00
James Bardin 3aa3287073 update CHANGELOG.md 2019-07-08 14:49:50 -04:00
James Bardin 3631c16831
Merge pull request #21979 from bpetermannS11/fix-crash-21896
Fix for crash #21896
2019-07-08 14:44:50 -04:00
cgriggs01 755ca20ea4 add signalfx links 2019-07-08 11:06:38 -07:00
James Bardin e4fbc49fb8 udpate cty 2019-07-08 12:42:28 -04:00
Joey d95bfb9bc2
Tweak the URL of oVirt provider
The previous provider project for oVirt has been moved under oVirt community, with a new URL prefix.
2019-07-08 16:58:38 +08:00
Antoine Jacoutot 37a6331ebf command/version: drop empty line on version check (#14858)
We always add an empty line when asking/checking the version. We should only do
that if there is a new version available. While this is purely cosmetic, it
reads better and is consistent with packer.
2019-07-06 15:18:13 +02:00
Stefan Schmidt f4abb96b08 website/docs: add the fmt -recursive flag. (#21963) 2019-07-05 13:32:57 -04:00
Bodo Petermann a22891deba Fixes crash #21896
Fix for a crash during terraform plan: If there is a multi-instance
resource (count > 1) where one of the instances was deleted in the
deployment but was still present in the terraform state,
getResourceInstancesAll crashed.

Check not only for rs.Instances[key] to exist, but also to have a
valid Current pointer.
2019-07-04 17:11:19 +02:00
appilon dbcd9a5625
Merge pull request #21960 from hashicorp/appilon/migrater-at-user
[hashibot] mention issue opener in migrater
2019-07-03 17:10:31 -04:00
James Bardin 91d52536f7 update CHANGELOG.md 2019-07-03 09:42:04 -04:00
James Bardin dfc5afe061
Merge pull request #21957 from hashicorp/jbardin/update-hcl2
update hcl2
2019-07-03 09:04:55 -04:00
Alex Pilon 1c4272e402
mention issue opener in migrater 2019-07-02 19:46:00 -04:00
Paul Hinze 924e28bef1
Update CHANGELOG.md 2019-07-02 15:41:53 -05:00
James Bardin 8c43bb2b52 update hcl2 2019-07-02 15:10:20 -04:00
Kristin Laemmert b0096436a7
Update CHANGELOG.md 2019-07-02 08:31:35 -04:00
Andreas Sommer 042aead714 lang/funcs: add "abspath" function (#21409) 2019-07-02 08:30:30 -04:00
Julien Vey ef4ccc6f05
Update pingdom community provider url
Pingdom provider refers to https://bitbucket.org/devops_sysops/pingdom-provider, which no longer exists
I've updated the URL to refer to https://github.com/russellcardullo/terraform-provider-pingdom, which seems to be the most up-to-date pingdom provider
2019-07-02 10:33:57 +02:00
James Bardin 7570711a67
Merge pull request #21948 from hashicorp/jbardin/update-go-getter
update go-getter
2019-07-01 16:53:32 -04:00
Dirk Avery 02efe97a59 command/import: change import message to 'prepared' (#20018)
* Change import message to 'prepared'
* Update command/hook_ui.go

Co-Authored-By: Kristin Laemmert <mildwonkey@users.noreply.github.com>
2019-07-01 16:34:48 -04:00
Radek Simko fbbb4dd59d
Merge pull request #21931 from hashicorp/fixtures-dir-name
Standardise directory name for test data
2019-07-01 21:16:29 +01:00
James Bardin 284a232ffb update go-getter
The bitbucket 1.0 api was recently disabled. Update go-getter to
support 2.0
2019-07-01 16:12:37 -04:00
Ben Hadfield 0a1c0d6c24 website: Fix typo in Arithmetic Operators section (#21945) 2019-07-01 10:42:26 -07:00
Radek Simko 5b9f2fafc8 Standardise directory name for test data 2019-06-30 10:16:15 +02:00
appilon 805ae28876
Merge pull request #21937 from hashicorp/appilon/fix-hashibot-label-remover
[hashibot] fix typo
2019-06-28 16:27:10 -04:00
Alex Pilon a74738cd35
fix typo 2019-06-28 15:31:53 -04:00
James Bardin bcbb03dc2a
Merge pull request #21935 from hashicorp/jbardin/revert-21721
Revert "Remove removed attribute from applied state"
2019-06-28 13:13:58 -04:00
James Bardin 0d2363a058 add tests to preserve existing Set nil behavior
While it may not be intuitive, providers expect that setting a `nil`
value will appear as an empty string in state.
2019-06-28 12:09:50 -04:00
James Bardin 75602df5ef Revert "Remove removed attribute from applied state"
This reverts commit 2e2a363052.
2019-06-28 11:51:52 -04:00
appilon 445df6b132
Merge pull request #21926 from hashicorp/appilon/fix-hashibot-msg
[hashibot] fix wrong variable reference in interpolated string
2019-06-27 19:09:41 -04:00
Alex Pilon 932d9d813a
fix wrong variable reference in interpolated string 2019-06-27 19:00:36 -04:00
Marcin Cuber df18843303 website: Add partial config file example for remote backend (#21520) 2019-06-27 11:53:35 -07:00
Jon Burgess c0b1220a92 Fixes #21907
Don't show no-ops in `terraform show`, since it's not something that will change any state.
2019-06-27 17:54:12 +10:00
ajayk 659e364d65 deps: github.com/aws/aws-sdk-go@v1.20.10 2019-06-26 20:11:49 -07:00
appilon 56e6ff8e51
Merge pull request #21904 from hashicorp/appilon/fix-hashibot-config
[hashibot] fix missing cron schedule
2019-06-26 20:57:28 -04:00