Andreas Kyrris
bc3be270f1
Fix import of resource group name for azurerm_traffic_manager_profile.
2016-10-03 15:46:34 +01:00
Andreas Kyrris
0394a4e072
Fix import of resource group name for azurerm_traffic_manager_endpoint.
2016-10-03 15:46:34 +01:00
Andreas Kyrris
9998adb6ad
Fix import of resource group name for azurerm_network_security_group_rule.
2016-10-03 15:46:34 +01:00
Andreas Kyrris
8c678121e6
Fix import of resource group name for azurerm_network_security_group.
2016-10-03 15:46:34 +01:00
Andreas Kyrris
3a047c06ba
Fix import of resource group name for azurerm_virtual_network_peering.
2016-10-03 15:46:34 +01:00
Andreas Kyrris
e60d5dd260
Fix import of resource group name for azurerm_virtual_network.
2016-10-03 15:46:34 +01:00
Andreas Kyrris
9916e6b2f2
Fix import of resource group name for azurerm_dns_zone.
2016-10-03 15:46:34 +01:00
Andreas Kyrris
82cc9d3e56
Supress diffs for differences in resource_group_name capitalisation.
2016-10-03 15:46:34 +01:00
Andreas Kyrris
e589fee01c
Set resource_group_name when reading from API.
2016-10-03 15:46:34 +01:00
Andreas Kyrris
e55852888a
Check state of resource_group_name on import.
2016-10-03 15:46:34 +01:00
Paul Stack
a72719a06b
Revert "Fix docs aws_instance"
2016-10-03 15:45:34 +01:00
Peter McAtominey
475fd4decb
provider/azurerm: add servicebus_subscription resource
...
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMServiceBusSubscription -timeout 120m
=== RUN TestAccAzureRMServiceBusSubscription_importBasic
--- PASS: TestAccAzureRMServiceBusSubscription_importBasic (339.00s)
=== RUN TestAccAzureRMServiceBusSubscription_basic
--- PASS: TestAccAzureRMServiceBusSubscription_basic (328.47s)
=== RUN TestAccAzureRMServiceBusSubscription_update
--- PASS: TestAccAzureRMServiceBusSubscription_update (368.95s)
=== RUN TestAccAzureRMServiceBusSubscription_updateRequiresSession
--- PASS: TestAccAzureRMServiceBusSubscription_updateRequiresSession (348.47s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/azurerm 1384.966s
2016-10-03 15:27:28 +01:00
James Bardin
a086038c19
Update reflectwalk and copystructure
...
Update to the latest reflectwalk and copystructure packages.
2016-10-03 09:49:57 -04:00
Paul Stack
e9ed7bb8a1
Merge pull request #9161 from jamtur01/patch-2
...
Cleanup Module Source page
2016-10-03 14:44:16 +01:00
Paul Stack
a13dd01cc3
Merge pull request #9160 from jamtur01/patch-1
...
Rewrite of the module usage page
2016-10-03 14:19:15 +01:00
Paul Stack
59cfe7bebb
Merge pull request #9180 from hashicorp/bitbucket-docs-layout
...
provider/bitbucket: Add the bitbucket documentation
2016-10-03 14:07:00 +01:00
Paul Stack
77e87eb489
Update CHANGELOG.md
2016-10-03 14:01:36 +01:00
Paul Stack
727825ca99
Merge pull request #9151 from BedeGaming/azurerm-servicebus-topic
...
provider/azurerm: add servicebus_topic resource
2016-10-03 15:00:47 +02:00
stack72
c600915472
provider/bitbucket: Add the bitbucket documentation
...
fixes #9177
2016-10-03 13:23:54 +01:00
DJ Home
967335eae3
Merge branch 'master' into import-opsworks-stacks
2016-10-03 11:28:28 +01:00
Peter McAtominey
cdbf0d7df4
provider/azurerm: add servicebus_topic resource
...
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMServiceBusTopic -timeout 120m
=== RUN TestAccAzureRMServiceBusTopic_importBasic
--- PASS: TestAccAzureRMServiceBusTopic_importBasic (328.72s)
=== RUN TestAccAzureRMServiceBusTopic_basic
--- PASS: TestAccAzureRMServiceBusTopic_basic (331.04s)
=== RUN TestAccAzureRMServiceBusTopic_update
--- PASS: TestAccAzureRMServiceBusTopic_update (348.69s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/azurerm 1008.588s
2016-10-03 11:25:50 +01:00
Andreas Kyrris
e5219ba56d
Fixes behaviour when azurerm resources disappear.
...
Regressions were introduced when fixing
https://github.com/hashicorp/terraform/pull/8607 . Specifically when
resources in the statefile are deleted or missing in real life, then
terraform plan would exit with an error when it recieved a 404 not
found. The correct behaviour would be to show a plan with the offer to
create the missing resources.
2016-10-03 10:10:10 +01:00
Andreas Kyrris
00c0c75b16
Add tests to azurerm resources for cases where created resources
...
disappear.
2016-10-03 10:10:10 +01:00
Nathaniel Weinstein
69e56beac7
Fixed acceptance test that was failing due to undefined log bucket
2016-10-02 22:28:34 -07:00
Nathaniel Weinstein
822c8f9a32
Fixed acceptance test that was failing due to undefined log bucket
2016-10-02 22:23:03 -07:00
Paul Stack
b79aea491b
Merge pull request #9155 from dnABic/docs-p1
...
mostly typos in documens and aws autoscaling id instead of name
2016-10-01 19:21:14 +01:00
Paul Stack
ef8eb6c6d4
Merge pull request #9162 from jamtur01/patch-3
...
Update of the module creation page
2016-10-01 19:05:06 +01:00
Peter McAtominey
70d5914e1b
provider/azurerm: fix resource ID parsing for subscriptions resources
...
If a resource ID has more than one subscriptions key, as is the case for Service
Bus subscriptions the Azure SubscriptionID field was overwritten by the second
value.
TF_ACC= go test ./builtin/providers/azurerm -run TestParseAzureResourceID -timeout=30s -parallel=4
ok github.com/hashicorp/terraform/builtin/providers/azurerm 0.060s
2016-10-01 17:47:19 +01:00
James Turnbull
93308a2b36
Update of the module creation page
...
Updated some style, grammar and formatting.
2016-10-01 10:32:46 -04:00
James Turnbull
d10640edb6
Fixed minor style issue
2016-10-01 10:21:22 -04:00
James Turnbull
4ec435668a
Cleanup Module Source page
...
A quick rewrite of the page to make it clearer. Fixed some styling, grammar and formatting issues too.
2016-10-01 10:18:04 -04:00
James Turnbull
862ef46a49
Rewrite of the module usage page
...
Tidied up the page and fixed some formatting, style and naming issues.
2016-10-01 09:48:58 -04:00
Sander van Harmelen
59b67efd8a
provisioner/chef: make docs a little more explicit ( #9159 )
2016-10-01 09:43:23 +02:00
Sander van Harmelen
ef4d8dd4e2
Update CHANGELOG.md
2016-10-01 08:49:34 +02:00
Sam Dunne
628743b24c
Add ability to skip chef registration
...
This change allows a user to skip the bootstrap stage for a machine.
2016-10-01 00:49:39 +02:00
Sander van Harmelen
c307dc9557
Accept both slices and strings in vault_json ( #9114 )
...
Fixes #9105 by allowing the `vault_json` to contain either slices or strings.
And fixes #8932 by changing to way we cleanup the user key.
2016-10-01 00:35:27 +02:00
clint shryock
de3a7b5d20
give security groups their own sgProtocolIntegers methodw
2016-09-30 15:45:25 -05:00
clint shryock
2cc28f6137
revert netacl protocolIntegers change from 45da08c67f
2016-09-30 15:45:25 -05:00
clint shryock
6282c0fabf
provider/aws: Regression test for NetAcl + ESP protocol
2016-09-30 15:45:25 -05:00
dnABic
34764c52af
mostly typos in documens and aws autoscaling id instead of name
2016-09-30 22:41:15 +02:00
Jonathan McCall
dc4a7b7d25
Simplify check for already detached volume before destroying
2016-09-30 14:11:50 -04:00
Jonathan McCall
f3deaab878
Remove resource if volume to detach is missing
2016-09-30 14:11:50 -04:00
Jonathan McCall
a3ceb25dd7
Skip DetachVolume if volume is not attached
2016-09-30 14:11:50 -04:00
DJ Home
73f20ec88d
Revert region to us-west-2 (and set us-west-2 as default region in acceptance test class)
2016-09-30 13:33:00 +01:00
James Nugent
bd083f84f3
Update CHANGELOG.md
2016-09-30 00:31:51 -05:00
James Nugent
506268aabe
Merge pull request #9035 from apparentlymart/tls-cert-request-resource
...
Restore tls_cert_request to being a managed resource
2016-09-30 00:29:48 -05:00
James Nugent
1cbef59c8d
Update CHANGELOG.md
2016-09-29 17:07:06 -05:00
James Nugent
200daa9bd3
Merge pull request #9139 from hashicorp/deps-update-policy-equivalence
...
deps: Update github.com/jen20/awspolicyequivalence
2016-09-29 17:05:29 -05:00
James Nugent
489d5bd513
deps: Update github.com/jen20/awspolicyequivalence
...
This fixes a bug in the upstream library where different casing of
`effect` was not treated as equivalent.
2016-09-29 17:02:32 -05:00
Paul Stack
67dee12a40
Merge pull request #9136 from AMeng/patch-2
...
Docs: Add import example for cloudfront_distribution
2016-09-29 21:42:55 +01:00