Radek Simko
7a4d7983f8
Merge pull request #3402 from apparentlymart/base64-interp-funcs
...
Rename base64enc/dec to encode/decode
2015-10-03 15:28:55 -07:00
Martin Atkins
0b85d35e87
Rename base64enc/dec to encode/decode.
...
There isn't any precedent for abbreviating words in the interpolation
function names, and it may not be clear to all users what "enc" and "dec"
are short for, so instead we'll prefer to spell out the whole words for
improved readability.
2015-10-03 15:12:51 -07:00
Martin Atkins
b4e0a8e225
Merge branch 'base64-interp-funcs'
2015-10-03 14:52:09 -07:00
Martin Atkins
c3d15a2336
Docs for base64 interpolation functions.
2015-10-03 14:49:50 -07:00
Radek Simko
9cbcb9a438
Remove no-op Updates from resource schemas
2015-10-03 14:29:19 -07:00
Radek Simko
641b701830
schema: Make validation more strict
2015-10-03 14:29:19 -07:00
Radek Simko
abe5189eb8
Update CHANGELOG.md
2015-10-03 14:25:31 -07:00
Radek Simko
2106ccf68f
Merge pull request #3393 from TimeIncOSS/b-destroy-cross-providers
...
Ignore missing variables during destroy phase
2015-10-03 14:24:35 -07:00
Radek Simko
3a05f01553
Treat missing variables during destroy as unknown
2015-10-03 14:16:40 -07:00
Radek Simko
40b04154fe
Add operation walkDestroy
2015-10-03 14:16:40 -07:00
Radek Simko
2b60d0c6b6
Add repro test case for bug #2892
2015-10-03 14:16:39 -07:00
Radek Simko
c4a6a8f09a
Merge pull request #3400 from TimeIncOSS/b-aws-fix-tests
...
aws: Only fail on missing TF_ACC_ID if we're actually running acc. tests
2015-10-03 09:47:07 -07:00
Radek Simko
1335131daa
aws: Only fail on missing TF_ACC_ID if we're actually running acc. tests
2015-10-03 09:25:53 -07:00
Hany Fahim
ea89339a43
Merge remote-tracking branch 'upstream/master' into source_nat_ip
2015-10-02 21:19:43 -04:00
Hany Fahim
910469ddee
Add Source NAT IP parameter
...
When creating a VPC, CloudStack automatically assigns a source NAT IP
from it's pool. It's handy to have this IP available in Terraform, which
can be used in ACLs for example. This commit adds such support.
2015-10-02 20:54:07 -04:00
Clint
cf98cbc9ad
Merge pull request #3396 from hashicorp/f-aws-reenable-test
...
provider/aws: Renable TestAccAWSRouteTable_vpcPeering
2015-10-02 16:51:35 -05:00
Clint Shryock
d0f734af76
remove TODO
2015-10-02 16:50:26 -05:00
Clint Shryock
7aa14da9c7
provider/aws: Renable TestAccAWSRouteTable_vpcPeering with additional config
2015-10-02 16:47:59 -05:00
Clint Shryock
0af9a9f68f
Merge branch 'pr-3256'
...
* pr-3256:
docs: AWS launch configuration
2015-10-02 16:18:50 -05:00
Clint Shryock
e317d6ec7b
merge pr-3162
2015-10-02 16:02:58 -05:00
Clint
671b6e0f06
Merge pull request #3188 from miketheman/patch-1
...
Update aws_db_instance `db_subnet_group_name`
2015-10-02 15:56:45 -05:00
Clint
12b5060649
Update CHANGELOG.md
2015-10-02 15:18:57 -05:00
Clint
75c4ee06fc
Merge pull request #2415 from TimeIncOSS/f-aws-cloudwatch-log-group
...
provider/aws: Add cloudwatch_log_group
2015-10-02 15:16:57 -05:00
Paul Hinze
7be9549f19
Merge pull request #3384 from hashicorp/b-aws-src-dest-check
...
provider/aws: Fix issue with disabling source dest check on first run
2015-10-02 13:27:58 -05:00
Clint Shryock
efa26ed2a7
provider/aws: Fix issue with disabling source dest check on first run
2015-10-01 17:00:30 -05:00
Hany Fahim
1e90f986f2
Update conditional to set UnlimitedResourceID for Zonename as well as Zoneid
2015-09-30 14:03:14 -04:00
carinadigital
1d6a5c5401
Update docs to show correct launching of atlas artifact in AWS.
2015-09-30 00:36:20 -07:00
Kevin Nuckolls
bf9c5c46d0
Tests for apply parallelism=1 and parallelism=2
2015-09-29 22:41:26 -07:00
Kevin Nuckolls
fc60b2858c
Added -parallelism to refresh and plan cli UI
2015-09-29 22:41:26 -07:00
Kevin Nuckolls
f59c71b35a
works for apply, no tests yet
2015-09-29 22:41:26 -07:00
Hany Fahim
a9b86636c8
Check for proper empty response instead of UnlimitedResourceID
2015-09-28 13:31:08 -04:00
Sander van Harmelen
0c3f2a915c
Merge pull request #3338 from svanharmelen/f-cloudstack-nwdomain
...
provider/cloudstack: fix styling (tab vs spaces in raw string)
2015-09-27 20:01:14 -07:00
Sander van Harmelen
979c86ec26
Fix styling...
2015-09-27 19:56:44 -07:00
Sander van Harmelen
99aeec07de
Merge pull request #3337 from svanharmelen/f-cloudstack-nwdomain
...
provider/cloudstack: add support for network domains
2015-09-27 19:55:36 -07:00
Sander van Harmelen
1bf708d5e7
Merge pull request #3329 from joelmoss/provisioner_chef_policyfile_support
...
Added Policyfile support to the Chef provisioner
2015-09-27 19:52:34 -07:00
Sander van Harmelen
ccf683b6ea
Add support for network domains
...
Fixes #3248
2015-09-27 19:49:58 -07:00
Sander van Harmelen
2ba8dc38fa
Switch to go-multierror
...
It seems there are 4 locations left that use the `helper/multierror`
package, where the rest is TF settled on the `hashicorp/go-multierror`
package.
Functionally this doesn’t change anything, so I suggest to delete the
builtin version as it can only cause confusion (both packages have the
same name, but are still different types according to Go’s type system.
2015-09-27 18:58:48 -07:00
Joel Moss
20362e7506
Added Policyfile support to the Chef provisioner
...
This Adds three new arguments `use_policyfile`, `policy_group` and `policy_name` to the Chef
provisioner. If `use_policyfile` == true, then the other arguments are required.
2015-09-26 00:56:24 +01:00
Dave Cunningham
6bd40a7bf4
Update CHANGELOG.md
2015-09-25 16:42:31 -04:00
Dave Cunningham
2619b66e21
Merge pull request #3242 from lwander/b-gce-network-interface-name
...
provider/gce: Instance Template Network Interface Should be URL
2015-09-25 16:40:16 -04:00
Dave Cunningham
442d64d7c2
Merge pull request #3323 from lwander/r-gce-refactor-operations
...
provider/gce: Refactored Operation Wait Code
2015-09-25 16:32:31 -04:00
Radek Simko
4e29025820
docs: rundeck: Remove extra backslashes
...
- it may not feel right, but that's currently how the builtin functions work -> double quotes are not escaped
- cc @apparentlymart
2015-09-25 10:51:55 +01:00
Radek Simko
0d5a0bb45d
Merge pull request #3314 from apparentlymart/rundeck-doc-fix
...
Corrected example on rundeck provider index page
2015-09-25 10:47:03 +01:00
Radek Simko
84b9a6e001
Merge pull request #3318 from roboll/master
...
correct policy_document to policy in vpc_endpoint docs
2015-09-25 10:44:57 +01:00
Gorka Lerchundi Osa
70522fb770
implements base64{enc,dec} interpolation funcs
...
fixes #3320
Signed-off-by: Gorka Lerchundi Osa <glertxundi@gmail.com>
2015-09-25 09:23:36 +02:00
Hany Fahim
7852248f0e
Moved project block down
2015-09-24 17:04:45 -04:00
Hany Fahim
fc89f576ca
Change IS_GLOBAL_RESOURCE to UnlimitedResourceID to keep terminology in sync with CloudStack
2015-09-24 16:49:21 -04:00
Paul Hinze
140b3377f4
Update CHANGELOG.md
2015-09-24 15:37:02 -05:00
Lars Wander
158af9d0d4
Refactored wait code to delete duplicated code & share functionality
2015-09-24 16:30:12 -04:00
Hany Fahim
7b4bb968d6
Add project parameter to cloudstack_template resource
2015-09-24 16:28:40 -04:00