stack72
46f51b7bd8
provider/cloudflare: Change CloudFlare record TTL property to be
...
`computed`
2016-02-07 22:33:21 +00:00
stack72
81b50330a1
provider/azurerm: Add `azurerm_dns_mx_record` resource
2016-02-07 22:26:56 +00:00
Trevor Pounds
dac7226a8e
Check calculated availability zones.
2016-02-07 14:24:31 -08:00
Trevor Pounds
37eb1cba88
Make availability zones a computed attribute.
...
Fixes a diff calculation error when only a VPC zone
identifiers is provided. In this case the associated
availability zones are computed from the subnets per
the AWS documentation.
2016-02-07 14:14:00 -08:00
Trevor Pounds
e0f4be47a8
Remove redundant metadata get.
2016-02-07 14:14:00 -08:00
Trevor Pounds
cd42705bf1
Fix availability zones read logic.
2016-02-07 14:14:00 -08:00
stack72
8ac4d2e080
provider/azurerm: Add `azurerm_dns_srv_record` resource
2016-02-07 21:49:02 +00:00
James Nugent
2baff8ad22
Merge pull request #5039 from TimeIncOSS/b-update-hil
...
Update vendored hashicorp/hil
2016-02-07 15:47:40 -05:00
Radek Simko
d437ca5924
Update vendored hashicorp/hil
2016-02-07 20:43:23 +00:00
Radek Simko
8b3f4a82b0
Update CHANGELOG.md
2016-02-07 20:30:44 +00:00
Radek Simko
14e6f6e4ce
docs: Clarify example usage of the signum function
2016-02-07 20:28:58 +00:00
Radek Simko
4edf782260
Merge pull request #4854 from jfromaniello/add_signum_interpolation
...
Add signum interpolation function
2016-02-07 19:44:16 +00:00
Paul Stack
862c5d958f
Update CHANGELOG.md
2016-02-06 23:49:31 +00:00
Paul Stack
00ea9c969d
Merge pull request #4943 from stack72/f-aws-dynamodbtable-refresh
...
provider/aws: DynamoDB Table Refresh State on Error
2016-02-06 23:47:41 +00:00
Cameron Stokes
24f034a2c6
Acc tests for aws_vpn_connection tunnel attributes.
2016-02-06 14:00:26 -08:00
Cameron Stokes
a239a2a125
Add docs for new aws_vpn_connection attributes.
2016-02-06 12:49:55 -08:00
Cameron Stokes
6a5cb5b109
Provide tunnel info from XML config.
2016-02-06 12:39:49 -08:00
stack72
f9ffeae0f6
provider/azurerm: Add `azurerm_dns_ns_record` resource
2016-02-06 19:09:52 +00:00
stack72
37bc5a4c80
provider/azurerm: Add `azurerm_dns_txt_record` resource
2016-02-06 18:43:53 +00:00
Paul Hinze
1188f1ba5a
Merge pull request #5024 from nearlythere/patch-1
...
Fix trailing slash in Atlas Mindset URL
2016-02-05 16:33:34 -06:00
Heather
fda24637c3
Fix trailing slash in Atlas Mindset URL
...
Was leading to a 404
2016-02-05 22:25:22 +00:00
Radek Simko
eea664247c
Update CHANGELOG.md
2016-02-05 19:26:45 +00:00
Radek Simko
4661398e01
Merge pull request #4939 from Originate/aws-multi-region-cloudtrail
...
provider/aws: Add multi-region option to cloudtrail
2016-02-05 19:25:11 +00:00
Paul Hinze
d7db52e17d
Update CHANGELOG.md
2016-02-05 12:44:22 -06:00
Paul Hinze
0846e32e21
Merge pull request #4877 from svanharmelen/b-provisioner-graphing
...
core: fix the provisioner graphing
2016-02-05 12:39:19 -06:00
Maxime Bury
eaacf5c618
Add multi-region option to cloudtrail
2016-02-05 13:15:05 -05:00
James Nugent
c50fc68997
Update CHANGELOG.md
2016-02-05 12:54:18 -05:00
James Nugent
f57ce437cb
Merge pull request #5013 from stack72/azurerm-dns-recordsets
...
provider/azurerm: DNS RecordSets
2016-02-05 12:53:22 -05:00
stack72
6b5e5710c8
provider/azurerm: Add DNS CName Record Resource
2016-02-05 12:51:33 +00:00
Justin Nauman
61240b4250
Fixes #5011 - Backend downcased for init
2016-02-05 06:26:12 -06:00
stack72
1357f150a5
provider/azurerm: Add AzureRM AAAA DNS Record resource
2016-02-05 12:14:09 +00:00
stack72
761308cd2a
provider/azurerm: Add the DNS A Record Resource
2016-02-05 11:28:48 +00:00
James Nugent
57836e0072
Update CHANGELOG.md
2016-02-04 19:17:17 -05:00
James Nugent
d5601a41d1
Merge pull request #5003 from stack72/azurerm-sql-database
...
provider/azurerm: Add azurerm_sql_database resource
2016-02-04 19:16:39 -05:00
James Nugent
4376754c03
Merge pull request #5005 from richburroughs/master
...
fixed typo in AWS docs, export was misspelled
2016-02-04 19:02:20 -05:00
Rich Burroughs
cb537e9d7d
fixed typo in AWS docs, export was misspelled
2016-02-04 15:43:42 -08:00
stack72
d89088246c
provider/azurerm: Adding azurerm_sql_database resource
2016-02-04 23:36:50 +00:00
Clint
5f1afa3e10
Merge pull request #4997 from hashicorp/f-use-acctest-randint
...
Switch to acctest.RandInt for acceptance tests
2016-02-04 15:49:36 -06:00
clint shryock
52f3e9b8db
update provider test and extend the delete timelimit
2016-02-04 15:48:54 -06:00
Sander van Harmelen
e938a645c5
Rename `graphNodeMissingProvider` to `graphNodeProvider`
...
It seems `graphNodeProvider` is a more descriptive name for this node…
2016-02-04 21:41:04 +01:00
Sander van Harmelen
1bec11472a
Cleaning up the PruneProvisionerTransformer
...
And renamed some types so they better reflect what they are for.
2016-02-04 21:32:10 +01:00
Paul Tyng
0961033400
Add tag support for elasticsearch
2016-02-04 12:53:11 -05:00
Paul Tyng
20efc7688f
Update validation on domain name
2016-02-04 12:53:10 -05:00
clint shryock
840d2e7ccc
Switch to acctest.RandInt for acceptance tests
2016-02-04 11:20:22 -06:00
James Nugent
b35a19a8f7
Update CHANGELOG.md
2016-02-04 12:00:00 -05:00
James Nugent
2d56c8f436
Merge pull request #4991 from stack72/azurerm-sql-server
...
provider/azurerm: sql server resource
2016-02-04 11:59:17 -05:00
Paul Hinze
9ba761cbae
Merge pull request #4994 from hashicorp/phinze/fix-heroku-cert-test
...
provider/heroku: address cert test failure
2016-02-04 10:25:58 -06:00
Paul Hinze
97bae0ea30
provider/heroku: address cert test failure
...
* Randomize app name in test
* Return error and don't panic when there is a problem
It's possible there may still be an underlying problem that caused the
error that made the cert leak in the first place - this should help us
diagnose it.
2016-02-04 09:58:27 -06:00
Sander van Harmelen
79e2642dab
Fix issue #4881
...
This fixes issue #4881 by adding an option to fetch the Chef SSL
certificates.
2016-02-04 15:31:24 +01:00
stack72
4ef557bed7
deps: Update jen20/riviera
2016-02-04 10:02:58 +00:00