Brandon Tosch
b7df7d4fd2
changed DS1 to DS1_v2
2017-03-01 19:01:04 -08:00
Brandon Tosch
e761374738
fixed postConfig check to verify the corrent vm size
2017-03-01 19:00:15 -08:00
Brandon Tosch
5c0b750466
acceptance tests for managed disks
...
changed location to West US 2
2017-03-01 18:51:00 -08:00
Brandon Tosch
00df2204a2
fixed nil check in resourceArmVirtualMachineStorageOsDiskHash
2017-03-01 18:32:03 -08:00
Brandon Tosch
909976eebe
fixed nil check in resourceArmVirtualMachineStorageOsDiskHash
2017-03-01 18:30:53 -08:00
Brandon Tosch
637915337f
provider/azurerm: Bumped AzureRM/compute SDK to v8.1.0-beta
2017-03-01 17:10:27 -08:00
Brandon Tosch
d1bca91cee
updated other arm/compute references to mcardosos
2017-03-01 15:56:47 -08:00
Brandon Tosch
a3a2c38eeb
make fmt
2017-03-01 15:50:34 -08:00
Brandon Tosch
9f6a7dccf9
compute managed disk support
2017-03-01 15:49:56 -08:00
Brandon Tosch
a6d8b45f53
mcardosos/azure-for-go-sdk/arm/compute@v8.1.0-beta
2017-03-01 15:48:07 -08:00
James Bardin
92d4809db3
Merge pull request #12242 from hashicorp/jbardin/state-mv-sort
...
missing default cases in sort from #12219
2017-02-27 08:57:39 -05:00
Brian Flad
4372592f0c
provider/datadog: Add datadog_user resource ( #12268 )
...
* provider/datadog: Add datadog_user resource
* provider/datadog: Fix datadog_user import test, simplify datadog_user ACC tests, more consise documentation
2017-02-27 10:38:54 +00:00
Joe Topjian
5a514f22f7
provider/openstack: Add Additional Targets for LBaaS v1 Member ( #12266 )
...
This commit adds CREATED and DOWN as additional valid targets
for creating LBaaS v1 members.
2017-02-27 10:32:16 +00:00
Joe Topjian
9d3606c1b2
provider/openstack: Update Development Documentation ( #12265 )
...
This commit removes the bundled devstack script and updates the
documentation to point to the latest build scripts used for
testing. It also mentions that development should be possible on
any OpenStack environment.
2017-02-27 10:27:55 +00:00
Maximilian Bode
0b18d4cb67
Fix emr_cluster docs ( #12273 )
...
* Fix broken list of applications in emr_cluster docs
* Add Flink to list of valid applications in emr_cluster docs
2017-02-27 10:21:44 +00:00
Alexander Hellbom
92399a23e7
Update documentation for CodePipeline (import)
2017-02-27 10:20:50 +00:00
Mitchell Hashimoto
a1620ee2e0
Update CHANGELOG.md
2017-02-26 21:45:21 -08:00
Mitchell Hashimoto
b502643863
Merge pull request #12067 from hashicorp/b-backend-interp
...
config: validate backend configuration can't contain interpolations
2017-02-26 21:44:45 -08:00
James Bardin
41ec5b3bd2
missing defaults in sort
...
Need to properly catch some sort cases around 0-1 indexing.
This can cause output to shift slightly, resulting in an intermittent
test failure.
2017-02-25 16:50:24 -05:00
Eric Westfall
a7078ad897
provider/aws: Fix argument reference for aws_ssm_document resource; changes argument permission to the correct name permissions.
2017-02-25 06:26:59 +00:00
Eric Westfall
72da290e1d
provider/aws: Fix error message returned when an invalid SSM document type is provided. The original error appears to have been copied from the CodeBuild resource and provides incorrect information about valid types.
2017-02-25 06:26:59 +00:00
James Bardin
f1be6cbf6e
Merge pull request #12246 from hashicorp/jbardin/local-exec-test
...
remove log.Fatal from test
2017-02-24 19:06:49 -05:00
James Bardin
6e9e610f51
Merge pull request #12245 from hashicorp/jbardin/hcl-encode
...
Always quote identifiers when encoding HCL
2017-02-24 19:00:17 -05:00
James Bardin
fd2ea3cd82
remove log.Fatal from test
...
also increase the timeout for slow test hosts.
2017-02-24 18:48:48 -05:00
James Bardin
80389375b5
Fix the Push test outputs
...
Change the expected outputs in the Push tests to match the quotes map
keys.
2017-02-24 18:37:06 -05:00
James Bardin
71c541c65c
always quote hcl map keys
...
HCL identifiers may need to be quoted, so always quote them to be safe.
2017-02-24 18:32:59 -05:00
James Bardin
d596d6e761
Revert "always quote hcl map keys"
...
This reverts commit 43f62d2630
.
2017-02-24 18:31:48 -05:00
James Bardin
43f62d2630
always quote hcl map keys
...
HCL identifiers may need to be quoted, so always quote them to be safe.
2017-02-24 18:22:36 -05:00
James Bardin
38748f0cd8
Merge pull request #12236 from hashicorp/jbardin/vendor
...
Vendor fixes
2017-02-24 17:25:59 -05:00
James Bardin
79e13b92d9
remove the docker packages that aren't needed
...
govendor pulled these in, not sure why.
2017-02-24 15:13:22 -05:00
James Bardin
1c50c53da3
check vendor status in travis
2017-02-24 15:06:32 -05:00
James Bardin
0220b83466
remove scaleway-cli package with borken deps
...
github.com/scaleway/scaleway-cli/pkg/utils can be imported because it
depends on github.com/moul/gotty-client which can't build on solaris.
This requires removing the
github.com/scaleway/scaleway-cli/pkg/api/helpers.go file which imports
the utils package, and we don't use. Not sure how we'll handle this if
the structure of the scaleway package changes and we can't break this
import any longer.
2017-02-24 15:06:32 -05:00
James Bardin
065e159464
remove gotty-client ... again
...
this is still broken on solaris
2017-02-24 15:06:32 -05:00
James Bardin
5b90087cd4
ssh and curve25519 vendoring
...
Update some ssh subpackages to match the top-level commit
Update the curve25519 package, and manuallly fix the checksum to include
the non-amd64 source.
2017-02-24 15:06:32 -05:00
James Bardin
4d2687458a
fix checksum for http-link-go package
2017-02-24 15:06:32 -05:00
James Bardin
359170d5d7
sync scaleway packages
...
multiple scaleway-cli packages were out of sync, unfortunately this
pulled in some other updates.
2017-02-24 15:06:32 -05:00
James Bardin
7bb3e5d7bb
fix aws-sdk in vendor.json
...
The github.com/aws/aws-sdk-go/service/configservice package was updated
without being reflected in the manifest.
2017-02-24 15:03:46 -05:00
James Bardin
6fd891f5e2
Make sure all azure-sdk packages match
...
The containerservice package fell behind the others.
Fix the vendor.json file to match the vendored packages.
2017-02-24 15:03:46 -05:00
Radek Simko
8ce8839397
vendor: k8s.io/kubernetes/pkg/...@v1.5.3 ( #12230 )
2017-02-24 19:57:51 +00:00
Philippe Muller
49cca8da42
Fix typo in CHANGELOG.md
2017-02-24 09:04:02 -08:00
James Bardin
82914b5e44
Merge pull request #12219 from hashicorp/jbardin/state-mv-sort
...
fix sorting of module resources during state mv
2017-02-24 09:49:26 -05:00
James Bardin
d6eb7c8989
one test was relying on out-of-order output
2017-02-24 09:36:24 -05:00
James Bardin
43c7bd648c
fix sorting of module resources during state mv
...
Module resource were being sorted lexically by name by the state filter.
If there are 10 or more resources, the order won't match the index
order, and resources will have different indexes in their new location.
Sort the FilterResults by index numerically when the names match.
Clean up the module String output for visual inspection by sorting
Resource name parts numerically when they are an integer value.
2017-02-23 18:27:16 -05:00
Mitchell Hashimoto
89dbaad2be
Merge pull request #12218 from hashicorp/b-state-equal
...
terraform: State.Equal needs to use reflect for rich types
2017-02-23 14:09:40 -08:00
Mitchell Hashimoto
41d2c145b2
terraform: State.Equal needs to use reflect for rich types
...
Due to the change to `interface{}` we need to use `reflect.DeepEqual`
here. With the restriction of primitive types this should always be
safe. We'll never get functions, channels, etc.
2017-02-23 14:00:40 -08:00
Erik Jansson
99e839b66d
provider/aws: Fix update of environment_variable in codebuild_project ( #12169 )
...
* Fix for environment_variable not updating
* Add update test
* Fix for tags not passing update test
* Fix for nil in statefile
2017-02-23 23:57:34 +02:00
Paul Stack
861706921c
provider/digitalocean: Add support for LoadBalancers ( #12077 )
...
* provider/digitalocean: Add support for LoadBalancers
Fixes : #11945
```
% make testacc TEST=./builtin/providers/digitalocean TESTARGS='-run=TestAccDigitalOceanLoadbalancer_' 2 ↵ ✹ ✭
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/02/18 21:49:11 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/digitalocean -v -run=TestAccDigitalOceanLoadbalancer_ -timeout 120m
=== RUN TestAccDigitalOceanLoadbalancer_Basic
--- PASS: TestAccDigitalOceanLoadbalancer_Basic (121.18s)
=== RUN TestAccDigitalOceanLoadbalancer_Updated
--- PASS: TestAccDigitalOceanLoadbalancer_Updated (168.35s)
=== RUN TestAccDigitalOceanLoadbalancer_dropletTag
--- PASS: TestAccDigitalOceanLoadbalancer_dropletTag (131.31s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/digitalocean 420.851s
```
* provider/digitalocean: Addressing PR feedback from @catsby
2017-02-23 23:41:20 +02:00
Paul Stack
9fc577547c
provider/aws: Fix the panic in ssm_association with parameters ( #12215 )
...
Fixes : #12205
You cannot use an index of an empty slide therefore, we got a panic as follows:
```
aws_ssm_association.foo: Creating...
instance_id: "" => "i-002f3898dc95350e7"
name: "" => "test_document_association-%s"
parameters.%: "" => "2"
parameters.directoryId: "" => "d-926720980b"
parameters.directoryName: "" => "corp.mydomain.com"
Error applying plan:
1 error(s) occurred:
* aws_ssm_association.foo: 1 error(s) occurred:
* aws_ssm_association.foo: unexpected EOF
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
panic: runtime error: index out of range
2017/02/23 21:41:45 [DEBUG] plugin: terraform-provider-aws:
2017/02/23 21:41:45 [DEBUG] plugin: terraform-provider-aws: goroutine 1419 [running]:
2017/02/23 21:41:45 [DEBUG] plugin: terraform-provider-aws: panic(0x1567480, 0xc42000c110)
2017/02/23 21:41:45 [DEBUG] plugin: terraform-provider-aws: /usr/local/Cellar/go/1.7.4_1/libexec/src/runtime/panic.go:500 +0x1a1
```
2017-02-23 22:22:14 +02:00
Alexander
e72ac9f279
Setting incident_urgency_rule as optional ( #12211 )
2017-02-23 21:35:45 +02:00
Jonathan Thomas
9f826dcdab
Latest Section ( #12151 )
...
* enhance latest web section
* final cleanup
* lowercase w
2017-02-23 21:25:19 +02:00