Andreas Kyrris
da2bb09a32
Update tests to include capitalisation of resource group names.
...
Some azurerm resources store resource_group_name in lowercase only.
Other store resource_group_name using lower and upper case.
Ensure that all test cases use capitalisation in resource_group_name
to find errors in diffs due to capitalisation.
Some resource_group_name were refactored to match naming scheme
across the azurerm tests.
2016-10-03 15:46:34 +01:00
Andreas Kyrris
b2f85a766c
Fix import of resource group name for azurerm_sql_firewall_rule.
2016-10-03 15:46:34 +01:00
Andreas Kyrris
48055158b6
Fix import of resource group name for azurerm_local_network_gateway.
2016-10-03 15:46:34 +01:00
Andreas Kyrris
d7c0050e18
Fix import of resource group name for azurerm_availability_set.
2016-10-03 15:46:34 +01:00
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
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
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
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
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
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
Alex Meng
f6ce1ff5a5
Docs: Example import for cloudfront_distribution
2016-09-29 14:40:57 -06:00
Clint
654686496c
Update CHANGELOG.md
2016-09-29 13:02:37 -05:00
Clint
7337a346ec
provider/aws: Fix issue with updating ELB subnets for subnets in the same AZ ( #9131 )
...
* provider/aws: Regression test for #9120
* provider/aws: Fix issue with updating ELB subnets for subnets in the same AZ
2016-09-29 13:01:09 -05:00
Peter McAtominey
028f96d373
provider/azurerm: update Azure SDK for go-autorest time parsing fix
...
azure-sdk-for-go@5dbdd3e002c0c232938bf953a5e7fa9a58ee749e
go-autorest@928711bfb9b6bc052ea85a8f4e1d8f4e1bf55f95
2016-09-29 11:32:23 +01:00
Mitchell Hashimoto
88c3554dda
Merge pull request #9096 from hashicorp/f-resource-config
...
ResourceConfig.Equal, DeepCopy
2016-09-28 15:27:18 -07:00
Paul Stack
2b577ea6db
Update CHANGELOG.md
2016-09-28 20:28:40 +01:00
Paul Stack
5f8cd8e69f
Merge pull request #9101 from hashicorp/b-aws-elasticache-panic-parameter-group
...
provider/aws: Modifying the parameter_group_name of aws_elasticache_replication_group caused a panic
2016-09-28 20:27:01 +01:00
Paul Stack
bc43e48638
Update CHANGELOG.md
2016-09-28 20:12:42 +01:00
Paul Stack
10eb572437
Merge pull request #9050 from hashicorp/b-aws-ecr-delete-timeout
...
provider/aws: Add retry logic to the aws_ecr_repository delete func
2016-09-28 20:10:35 +01:00