Gavin Williams
60ddc06b3d
provider/openstack: Add 'value_specs' option to 'openstack_networking_floatingip_v2' resource,
...
refactor into common types.go and use new 'MapValueSpecs' function.
Added supporting documentation.
2016-10-24 16:05:35 +01:00
Paul Stack
eb8a9ef547
Update CHANGELOG.md
2016-10-24 14:38:17 +01:00
Paul Stack
eaee3b9d78
Merge pull request #9442 from obsh/google-scope-aliases
...
provider/google: add scope aliases
2016-10-24 14:36:51 +01:00
Paul Stack
f7d4110b2d
Merge pull request #9455 from BedeGaming/azurerm-lb-concurrency-fix
...
provider/azurerm: lock mutex in load_balancer resources
2016-10-24 14:29:29 +01:00
Paul Stack
cf655b75a1
Update CHANGELOG.md
2016-10-24 14:27:11 +01:00
Paul Stack
3f16f3d4c9
Merge pull request #9207 from BedeGaming/azurerm-nic-hash
...
provider/azurerm: write load_balanacer attributes to network_interface_card hash
2016-10-24 14:26:20 +01:00
Paul Stack
b35ab4de62
Merge pull request #9307 from BedeGaming/azurerm-tags-computed-fix
...
provider/azurerm: fix computed tags causing non-empty plan
2016-10-24 14:20:00 +01:00
Paul Stack
bf8bf78ce9
Update CHANGELOG.md
2016-10-24 14:17:44 +01:00
Paul Stack
7ac85e9f6d
Merge pull request #9408 from BedeGaming/azurerm-storage-account-tier
...
provider/azurerm: add account_kind and access_tier to storage_account
2016-10-24 14:15:34 +01:00
Paul Stack
c98aa2a3a1
Merge pull request #9546 from hashicorp/fix-scaleway-acceptance-tests
...
provider/scaleway: Change bootscript datasource acceptance test
2016-10-24 16:24:56 +04:00
stack72
c4e2ff9cbb
provider/scaleway: Change bootscript datasource acceptance test
...
The tests were referencing an old bootscript - this just bumps the value
to the latest. The list of bootscripts can be found at
http://devhub.scaleway.com/#/bootscripts
2016-10-24 13:11:41 +01:00
Paul Stack
7f35b56df8
Merge pull request #9454 from kwilczynski/feature/improve-documentation-aws_ecs_task_definition
...
provider/aws: Re-factor documentation for the aws_ecs_task_definition resource.
2016-10-24 15:57:49 +04:00
Paul Stack
184de27519
Merge pull request #9528 from jrstarke/cloudformation_parameters
...
Added a Parameter example
2016-10-24 15:54:09 +04:00
Paul Stack
243c662b09
Merge pull request #9540 from jamtur01/varsres
...
Cleanup of the resources and variables pages
2016-10-24 15:53:27 +04:00
Paul Stack
532e540347
Merge pull request #9544 from kwilczynski/fix/correct-linked-documentation
...
provider/aws: Remove references to documentation localised in French.
2016-10-24 15:52:32 +04:00
ddegoede
711e9040d1
typo in hyperlink display text ( #9541 )
2016-10-24 13:37:57 +02:00
Krzysztof Wilczynski
263b1467a8
Remove references to documentation localised in French.
...
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2016-10-24 11:59:03 +01:00
James Turnbull
0d5f86bd0d
Cleanup of the resources and variables pages
...
1. Added a heredoc example to the variables page.
2. Tidied up and added headers.
3. Some minor whitespace and grammar edits.
2016-10-24 20:05:25 +11:00
Jamie Starke
184e3ce8ad
Fixed the parameters structure
...
Removed the `=` from the parameters structure, and changed the `VPCCidrParameter` to match `VPCCidr` in the Cloudformation template.
2016-10-23 19:13:45 -07:00
Mitchell Hashimoto
eb20db92cf
terraform: test that data sources can reference other data sources
2016-10-23 18:53:00 -07:00
Mitchell Hashimoto
69ce353815
Merge pull request #9523 from ksatirli/patch-3
...
adds missing `language` argument
2016-10-23 15:50:32 -07:00
Mitchell Hashimoto
1486da91ab
Missed a spot where panic: could still happen
2016-10-23 14:29:15 -07:00
Mitchell Hashimoto
0c3161083c
update CHANGELOG
2016-10-23 14:28:08 -07:00
Mitchell Hashimoto
83b1c82e93
terraform: put quotes before vertex name to avoid false panicwrap
...
Fixes #9395
2016-10-23 14:23:36 -07:00
Joe Topjian
7cb2e69457
Update CHANGELOG.md
2016-10-22 20:49:37 -06:00
Joe Topjian
a148180505
Merge pull request #9407 from jtopjian/gophercloud-migration
...
provider/openstack: Gophercloud Migration
2016-10-22 20:45:29 -06:00
Joe Topjian
27c59bf1e2
vendor: adding github.com/gophercloud/gophercloud
2016-10-23 02:38:29 +00:00
Joe Topjian
17b1787ec2
provider/openstack: gophercloud migration: fixing dhcp and gateway configuration
2016-10-23 02:38:29 +00:00
Joe Topjian
1c6b69e342
provider/openstack: gophercloud migration: Make PortID a *string
2016-10-23 02:38:29 +00:00
Joe Topjian
0253dbe51b
provider/openstack: gophercloud migration: Accounting for 409 errors with LBaaSV2
2016-10-23 02:38:29 +00:00
Joe Topjian
1fce3ed9fd
provider/openstack: gophercloud migration: Fixing persistence update in lbaasv1
2016-10-23 02:38:28 +00:00
Joe Topjian
fbcd8f105b
provider/openstack: gophercloud migration: boot from volume updates
2016-10-23 02:38:28 +00:00
Joe Topjian
ea4209c61c
provider/openstack: gophercloud migration: Account for subnets and networks still in use
2016-10-23 02:38:28 +00:00
Joe Topjian
394c26c6cc
provider/openstack: gophercloud migration: Account for router interface still being in use
2016-10-23 02:38:27 +00:00
Joe Topjian
7df2a66623
provider/openstack: gophercloud migration: Allow Firewall v1 Policy to cleanly delete
2016-10-23 02:38:27 +00:00
Joe Topjian
c3679d6c2d
provider/openstack: gophercloud migration: Fixing subnet test
2016-10-23 02:38:27 +00:00
Joe Topjian
ed0fe74d59
provider/openstack: gophercloud migration: Making GatewayIP computed
2016-10-23 02:38:27 +00:00
Joe Topjian
520b3dda82
provider/openstack: gophercloud migration: Spelling correction
2016-10-23 02:38:26 +00:00
Gavin Williams
28466f50a5
provider/openstack: gophercloud migration: Only set 'gateway_ip' to "" if 'no_gateway' == true.
2016-10-23 02:38:26 +00:00
Gavin Williams
8405a9f118
provider/openstack: gophercloud migration: Update openstack_networking_subnet_v2 to correctly handle Gateway IP
2016-10-23 02:38:26 +00:00
Gavin Williams
9c856a8f6f
provider/openstack: gophercloud migration: Removed unused import from types.go
2016-10-23 02:38:26 +00:00
Gavin Williams
e7ef8bb647
provider/openstack: gophercloud migration: Ordering tweak in types.go - Now alphabetical :)
2016-10-23 02:38:25 +00:00
Gavin Williams
bfab530410
provider/openstack: gophercloud migration: Migrate NetworkCreateOpts to types.go
2016-10-23 02:38:25 +00:00
Gavin Williams
58c3c4ef8e
provider/openstack: gophercloud migration: Migrate RouterCreateOpts to types.go
2016-10-23 02:38:25 +00:00
Gavin Williams
56cc232956
provider/openstack: gophercloud migration: Refactor existing resources to use 'MapValueSpecs' function
2016-10-23 02:38:24 +00:00
Gavin Williams
ffd5370213
provider/openstack: gophercloud migration: Add a 'MapValueSpecs' function which can be used to convert
...
'value_specs' resource data to a map.
2016-10-23 02:38:24 +00:00
Gavin Williams
796e076313
provider/openstack: gophercloud migration: Use 'value_specs' from constructed body, and range over asserted type
2016-10-23 02:38:24 +00:00
Gavin Williams
1eab2121ad
provider/openstack: gophercloud migration: Add a BuildRequest function, and refactor types 'SubnetCreateMap' function to use
2016-10-23 02:38:24 +00:00
Gavin Williams
edf80d2ae1
provider/openstack: gophercloud migration: Use 'log.Printf' rather than 'log.Println'.
2016-10-23 02:38:23 +00:00
Gavin Williams
a823370a48
provider/openstack: gophercloud migration: Fix handling of Neutron networking when managing instances.
2016-10-23 02:38:23 +00:00