Jake Champlin
71139988dc
Update CHANGELOG.md
2017-04-21 10:26:30 -04:00
Jake Champlin
022d0cd14f
Merge pull request #10590 from pielu/aws/feature/r-net-iface-ips-count
...
provider/aws: Exercise SecondaryPrivateIpAddressCount for network interface
2017-04-21 10:25:44 -04:00
Jake Champlin
f9bb8f6b61
Update CHANGELOG.md
2017-04-21 10:21:05 -04:00
Jake Champlin
a7ccf1c76b
Merge pull request #13846 from hashicorp/b-update-opc-instance-docs
...
provider/opc: Fix Instance Label / Update Docs
2017-04-21 10:20:09 -04:00
Paul Stack
38c3eb70c1
Update CHANGELOG.md
2017-04-21 17:19:44 +03:00
Jasmin Gacic
61499cfcf0
Provider Oneandone ( #13633 )
...
* Terraform Provider 1&1
* Addressing pull request remarks
* Fixed imports
* Fixing remarks
* Test optimiziation
2017-04-21 17:19:10 +03:00
Jake Champlin
2eaf6beff0
provider/opc: Fix Instance Label / Update Docs
...
Fix issue with an instances label causing a ForceNew if omitted.
Also updates mistyped docs for the `opc_compute_security_list` resource.
```
$ make testacc TEST=./builtin/providers/opc TESTARGS="-run=TestAccOPCInstance_emptyLabel"
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/04/21 09:57:48 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/opc -v -run=TestAccOPCInstance_emptyLabel -timeout 120m
=== RUN TestAccOPCInstance_emptyLabel
--- PASS: TestAccOPCInstance_emptyLabel (574.79s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/opc 574.835s
```
2017-04-21 10:09:26 -04:00
Paul Stack
525a21a104
Update CHANGELOG.md
2017-04-21 16:55:58 +03:00
Paul Stack
72a14ef2bb
provider/aws: Add IPv6 outputs to aws_subnet datasource ( #13841 )
...
Fixes : #13595
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccDataSourceAwsSubnet'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/04/21 13:52:43 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccDataSourceAwsSubnet -timeout 120m
=== RUN TestAccDataSourceAwsSubnetIDs
--- PASS: TestAccDataSourceAwsSubnetIDs (81.05s)
=== RUN TestAccDataSourceAwsSubnet
--- PASS: TestAccDataSourceAwsSubnet (57.48s)
=== RUN TestAccDataSourceAwsSubnetIpv6ByIpv6Filter
--- PASS: TestAccDataSourceAwsSubnetIpv6ByIpv6Filter (82.63s)
=== RUN TestAccDataSourceAwsSubnetIpv6ByIpv6CidrBlock
--- PASS: TestAccDataSourceAwsSubnetIpv6ByIpv6CidrBlock (82.43s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 303.625s
```
2017-04-21 16:54:55 +03:00
Paul Stack
ae9e40c950
Update CHANGELOG.md
2017-04-21 16:38:15 +03:00
Joshua Spence
2aac8fb8fc
Add `aws_ami_ids` and `aws_ebs_snapshot_ids` resources ( #13844 )
...
Fixes #12081 . Adds new `aws_ami_ids` and `aws_ebs_snapshot_ids` resources.
2017-04-21 16:37:26 +03:00
Julien Pivotto
c2a1e688cb
Add DigitalOcean datasource digitalocean_image ( #13787 )
...
Add a new data source for Digital Ocean that finds snapshots by name.
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2017-04-21 16:25:34 +03:00
Paul Stack
be0390e561
Update CHANGELOG.md
2017-04-21 16:23:31 +03:00
James Bardin
dca89519ec
Merge pull request #13825 from hashicorp/jbardin/reconfigure
...
add init -reconfigure flag
2017-04-21 09:03:12 -04:00
Richard Clamp
1a21a388f5
vendor: bring in github.com/xanzy/go-gitlab 0.5.1
...
Add go-gitlab as a dependency for the gitlab provider
2017-04-21 12:53:22 +01:00
Paul Stack
214a212704
provider/aws: Make iam_role_attachment example not throw any errors ( #13843 )
...
Fixes : #13398
2017-04-21 14:33:27 +03:00
Paul Stack
deea8d7603
Update CHANGELOG.md
2017-04-21 14:24:10 +03:00
Paul Stack
0aad5f2c43
provider/aws: Add replica_source_db to the aws_db_instance datasource ( #13842 )
...
Fixes : #13471
2017-04-21 14:23:48 +03:00
Paul Stack
f3160cdb9b
Update CHANGELOG.md
2017-04-21 13:21:34 +03:00
terraformbot
352a5c753f
provider/aws: Changing aws_opsworks_instance should ForceNew ( #13839 )
...
Fixes : #13838
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSOpsworksInstance_UpdateHostNameForceNew'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/04/21 13:11:08 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSOpsworksInstance_UpdateHostNameForceNew -timeout 120m
=== RUN TestAccAWSOpsworksInstance_UpdateHostNameForceNew
--- PASS: TestAccAWSOpsworksInstance_UpdateHostNameForceNew (114.27s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 114.294s
```
2017-04-21 13:21:09 +03:00
Paul Stack
d86b0b6eef
Update CHANGELOG.md
2017-04-21 12:54:23 +03:00
Gauthier Wallet
80d940d154
provider/aws: Added Cognito Identity Pool ( #13783 )
2017-04-21 12:53:48 +03:00
Paul Stack
7c77687a55
Update CHANGELOG.md
2017-04-21 12:53:36 +03:00
stack72
82293bf59e
Merge branch 'master' of github.com:hashicorp/terraform
2017-04-21 12:52:22 +03:00
stack72
0b63451800
Merge branch 'skalle-olakar_g-network-import'
2017-04-21 12:51:44 +03:00
stack72
83c4d5d71d
provider/google: Documenting the import process for compute_network
2017-04-21 12:51:24 +03:00
stack72
1913d72212
Merge branch 'olakar_g-network-import' of https://github.com/skalle/terraform into skalle-olakar_g-network-import
2017-04-21 12:41:09 +03:00
Pasha Palangpour
2a7b0e7e36
provider/ns1: record documentation improvements ( #13786 )
...
* provider/ns1: Adds acctest for SRV type records
* ns1/provider: Adds dns record examples to documentation.
2017-04-21 12:38:05 +03:00
Andrew King
1654464a64
Update environments.html.md ( #13353 )
...
Use current local state directory
2017-04-21 08:48:34 +02:00
Radek Simko
43d518342c
Update CHANGELOG.md
2017-04-21 08:44:40 +02:00
Devin Lundberg
081121d29b
Fix invalid MIME formatting in multipart cloudinit userdata ( #13752 )
...
* Fix invalid MIME formatting in multipart cloudinit userdata
Per https://tools.ietf.org/html/rfc822#appendix-B.2 , MIME headers and Body need to be separated by two new lines (or CRLFs in this case).
The email parser in python can handle this which is what cloud-init uses but this bug causes problems if you try to parse the multipart message by languages other than python.
* Fix test cases
2017-04-21 08:30:09 +02:00
Ola Karlsson
3af9aa283d
Adding Import to the Google network resource
2017-04-21 01:58:22 +00:00
Matthew Frahry
f30da761de
Update CHANGELOG.md
2017-04-20 16:35:15 -06:00
Matthew Frahry
7d8c78a3d4
Update CHANGELOG.md
2017-04-20 16:22:11 -06:00
Matthew Frahry
6465d79faa
Merge pull request #13826 from hashicorp/b-opc-nat-update
...
Fixes panic from occuring with unqualifying nats
2017-04-20 16:21:33 -06:00
=
a22576dee5
Updated other vendors
2017-04-20 16:18:33 -06:00
James Bardin
bb6ef3fd3e
update init docs
...
add -reconfigure, and fix ordering of the other flags
2017-04-20 18:15:47 -04:00
James Bardin
0e0f0b64b9
add init -reconfigure test
...
Check that we can reconfigure a backend ignoring the saved config, and
without effecting the saved backend.
2017-04-20 18:15:47 -04:00
James Bardin
7aa2ce8341
add -reconfigure option for init
...
The reconfigure flag will force init to ignore any saved backend state.
This is useful when a user does not want any backend migration to
happen, or if the saved configuration can't be loaded at all for some
reason.
2017-04-20 18:15:46 -04:00
=
494a18a4ad
Fixes panic from occuring with unqualifying nats
2017-04-20 15:45:06 -06:00
Justin Campbell
c1c3127d8e
config: Generate error copy from valid types map
...
Renders as:
```
Variable 'invalid_type' type must be one of [string, map, list] - 'not_a_type' is not a valid type
```
2017-04-20 13:30:22 -07:00
Justin Campbell
cf775ded0e
config: Add 'list' to variable type error message
2017-04-20 13:30:22 -07:00
Paul Stack
6e489a5e83
Update CHANGELOG.md
2017-04-20 23:29:06 +03:00
Joshua Spence
f3b5a883b7
Add `bucket_prefix` to `aws_s3_bucket` ( #13274 )
...
Adds a `bucket_prefix` parameter to the `aws_s3_bucket` resource.
2017-04-20 23:28:40 +03:00
Paul Stack
280b9cf74d
Update CHANGELOG.md
2017-04-20 23:24:50 +03:00
Jon Oden
d5207e17ed
Add ability to associate healthcheck to a backend ( #13539 )
2017-04-20 23:24:19 +03:00
Chris Marchesi
fa5cc7eb34
website: Fix mobile link to correct project ( #13819 )
...
Was pointing to Consul before :)
2017-04-20 15:16:36 -05:00
Paddy
600a117301
Merge pull request #13671 from JDiPierro/google_address_name_fix
...
provider/google: Set name field when reading addresses
2017-04-20 13:14:57 -07:00
Dominik-K
565f0a4e0f
`roles` deprecated in docs & code error message ( #13622 )
2017-04-20 23:02:48 +03:00
Paul Stack
24c33106ff
Update CHANGELOG.md
2017-04-20 22:14:25 +03:00