Mitchell Hashimoto
1c0a6bc6d3
providers/aws: basic route 53 zone import
2016-05-18 13:09:56 -06:00
Mitchell Hashimoto
f64f470807
providers/aws: fix placement group import
2016-05-16 10:38:53 -07:00
Mitchell Hashimoto
dc3163c464
providers/aws: placement group import
2016-05-16 10:35:44 -07:00
Mitchell Hashimoto
519f0ae4d6
providers/aws: launch configuration import
2016-05-16 10:26:49 -07:00
Mitchell Hashimoto
a992860b8d
providers/aws: key_pair import
2016-05-16 10:13:20 -07:00
Mitchell Hashimoto
4e3488afb8
providers/aws: customer gateway import
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
2a30178413
providers/aws: flow log import
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
f6b77a6c02
providers/aws: import network ACLs
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
2d5745328b
providers/aws: import main route table association
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
ab7b5dab2d
providers/aws: route tables import assocations
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
a1035804d4
providers/aws: route table import should ignore default rule
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
08b7f67227
providers/aws: route table import
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
a4e48b19c0
providers/aws ENI import
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
9cdbed11ff
providers/aws: ebs volume and autoscaling group
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
884980da1a
providers/aws: instance, nat, internet gateway
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
830708a882
providers/aws: elb
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
91938cf55f
providers/aws: resource aws_subnet import
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
b75d5bb46d
providers/aws: vpc dhcp options
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
da353c3637
aws/aws_vpc: import
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
420e13d2f2
providers/aws: eip uses passthrough importstate
2016-05-16 10:03:57 -07:00
Mitchell Hashimoto
b7d4767dd6
helper/schema: pass through import state func
2016-05-16 10:03:57 -07:00
clint shryock
b9d0e14d2a
provider/aws: Update Lambda tests for more random names
2016-05-16 10:31:46 -05:00
Aki Hänninen
fce7aa483d
Add version_id attribute for aws_s3_bucket_object ( #6677 )
2016-05-16 08:49:59 -05:00
James Nugent
ffcf6cf6f7
Merge pull request #6675 from atward/build_check
...
Don't assume dev platform was built
2016-05-15 23:26:12 -05:00
Adam Ward
4a29be7b50
Don't assume dev platform was built
2016-05-16 10:00:44 +10:00
Joe Topjian
76e1a8ffb4
Update CHANGELOG.md
2016-05-14 21:56:18 -05:00
Joe Topjian
f69d95d01f
Merge pull request #6579 from Fodoj/reassociate-fip-on-update
...
provider/openstack: Reassociate FIP on network changes
2016-05-14 21:55:16 -05:00
Joe Topjian
94d27ba3ea
Update CHANGELOG.md
2016-05-14 20:46:01 -05:00
Joe Topjian
b53c74a9ae
Merge pull request #6279 from ZZelle/support-client-cert
...
provider/openstack: Support client certificates
2016-05-14 20:44:57 -05:00
James Nugent
f331240601
Merge pull request #6574 from uber/b-gcp-acc-test-env
...
provider/google: correct error messages in acceptance tests
2016-05-13 17:29:56 -04:00
James Nugent
80d3c5bb63
Merge pull request #6666 from markpeek/markpeek-govmomi-0.6.2
...
vendor: Update dependency vmware/govmomi to v0.6.2
2016-05-13 17:23:52 -04:00
Mark Peek
bc9d53e5f9
vendor: Update dependency vmware/govmomi to v0.6.2
2016-05-13 10:07:09 -07:00
Clint
48722f6a5e
Update CHANGELOG.md
2016-05-13 11:20:48 -05:00
Paul Stack
cf37c3adaa
provider/aws: Add support for `kms_key_id` to `aws_db_instance` ( #6651 )
...
As requested in #4822 , add support for a KMS Key ID (ARN) for Db
Instance
```
make testacc TEST=./builtin/providers/aws
TESTARGS='-run=TestAccAWSDBInstance_kmsKey' 2>~/tf.log
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /vendor/)
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestAccAWSDBInstance_kmsKey -timeout 120m
=== RUN TestAccAWSDBInstance_basic
--- PASS: TestAccAWSDBInstance_basic (587.37s)
=== RUN TestAccAWSDBInstance_kmsKey
--- PASS: TestAccAWSDBInstance_kmsKey (625.31s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 1212.684s
```
2016-05-13 11:20:29 -05:00
clint shryock
2047da21d5
provider/aws: Update hash in Redshift Security Group test
2016-05-13 10:52:21 -05:00
thetuxkeeper
279eead08e
disable unsupported customization parameters ( #6656 )
2016-05-13 15:56:15 +01:00
thetuxkeeper
390b0d5ab9
provider/vsphere: govmomi v0.6.1 update and fixes ( #6479 )
...
* vendor: Update dependency vmware/govmomi
* fixed data types
* fixed RemoveDevice
* fixed CreateDisk usage
2016-05-13 15:27:45 +01:00
Paul Stack
c07f1ff0c6
Update CHANGELOG.md
2016-05-13 11:31:22 +01:00
David Harris
0cb7496b3a
provider/aws: fix Elastic Beanstalk `cname_prefix` ( #6653 )
...
Fixes an issue where the `cname_prefix` attribute isn't correctly read
in some regions.
2016-05-13 11:27:56 +01:00
Joseph Anthony Pasquale Holsten
2bca697a12
Merge pull request #6650 from josephholsten/atlas-timeout-errmsg
...
master: atlas: update test err msg to reflect real timeout
2016-05-12 20:18:57 -05:00
Martin Atkins
fecacb5e10
website: fix navbar typo on azurerm_sql_firewall_rule
2016-05-12 18:08:18 -07:00
Martin Atkins
e414a7c444
Update CHANGELOG.md
2016-05-12 16:54:11 -07:00
Martin Atkins
44deec3097
Merge #6649 : OpsWorks app_source SSH key is write-only
2016-05-12 16:52:34 -07:00
Dave Cunningham
758c8f1e22
Fix address docs in gce instance ( #6639 )
...
@evandbrown @lwander
2016-05-13 00:51:20 +01:00
Anton Koldaev
266e98eb30
Make the OpsWorks app_source SSH key write only
...
Similarly to https://github.com/hashicorp/terraform/pull/4241 prevent ssh_key in OpsWorks application app_source key from re-applying every time.
2016-05-12 16:35:25 -07:00
Joseph Anthony Pasquale Holsten
546fb94265
atlas: update test err msg to reflect real timeout
2016-05-12 15:30:17 -07:00
clint shryock
f70f778a5a
provider/aws: Randomize DB Option Group Name to avoid name conflicts in Travis CI
2016-05-12 11:15:36 -05:00
clint shryock
baed5dda36
provider/aws: Remove empty config in test
2016-05-12 09:34:16 -05:00
Paul Stack
5a2f106043
Update CHANGELOG.md
2016-05-12 13:57:05 +01:00
thetuxkeeper
510b2934f0
fix gateway for dhcp ( #6635 )
2016-05-12 13:54:29 +01:00