Justin Campbell
ccb1b7ebec
website: Add docs for Heroku Pipeline resources
2017-05-01 10:15:08 -04:00
Jake Champlin
86903a951f
Merge pull request #14092 from gazoakley/iam-database-authentication
...
provider/aws: Add support for IAMDatabaseAuthenticationEnabled
2017-05-01 10:06:59 -04:00
clint shryock
df777566f9
provider/aws: Update s3 bucket docs to fix typo
2017-05-01 08:39:37 -05:00
Jake Champlin
9be6aa200a
Merge pull request #14084 from hashicorp/paddy_goog_app_creds
...
Document GOOGLE_APPLICATION_CREDENTIALS support.
2017-05-01 09:32:43 -04:00
Gareth Oakley
e4c732b34c
Add support for IAMDatabaseAuthenticationEnabled
2017-04-29 20:32:21 +01:00
stack72
be002d9345
provider/aws: Add documentation for the EFS File System DataSource
2017-04-29 11:38:10 +12:00
Paddy
9dffeddbb7
Document GOOGLE_APPLICATION_CREDENTIALS support.
...
We've supported GOOGLE_APPLICATION_CREDENTIALS as an environment
variable (it comes free with our OAuth2 client) but it has never been
documented. Documenting it now to resolve #12626 .
2017-04-28 16:16:38 -07:00
Clint
7c59f7e282
provider/aws: Add EMR Security Configuration Resource ( #14080 )
...
* provider/aws: Add EMR Security Configuration
* provider/aws: Document EMR security configuration
* small refactoring and add an import test
2017-04-28 16:28:49 -05:00
Jake Champlin
ba52f8045f
Merge pull request #14077 from hashicorp/triton-allow-insecure
...
provider/triton: Add `insecure_skip_tls_verify`
2017-04-28 16:26:43 -04:00
James Nugent
eaed36b47e
provider/triton: Add `insecure_skip_tls_verify`
...
This commit adds an option to skip TLS verification of the Triton
endpoint, which can be useful for private or temporary installations not
using a certificate signed by a trusted root CA.
Fixes #13722 .
2017-04-28 11:56:26 -07:00
Maciej Skierkowski
5c4d85d7dc
Merge pull request #14022 from hashicorp/skierkowski/tfe-state-docs-0-9-update
...
Updating TFE state documentation for 0.9.X
2017-04-28 11:46:00 -07:00
James Nugent
04436e4cbd
provider/triton: Clarify cloud_config docs
2017-04-28 11:01:50 -07:00
Maciej Skierkowski
b142c04db2
removing whitespace
2017-04-28 10:54:37 -07:00
Maciej Skierkowski
8cee4eb12b
Adding a deprecation warning on 'terraform remote config' command
2017-04-28 10:52:59 -07:00
Brian Cervenka
93a0bad923
provider/triton: Add metadata key for cloud-init
...
Under joyent/triton, the cloud-init cloud-config data actually comes out
of a key called cloud-init:user-data, as opposed to to the standard
user-data. This will make it possible to send the cloud-config data to
triton machines.
Documentation reference: https://docs.joyent.com/public-cloud/instances/virtual-machines/images/linux/ubuntu-certified#cloud-init-examples
2017-04-28 10:52:54 -07:00
David Tesar
9d4a23d9a8
fix example templates
...
With the FQDN specified, it throws error:
```
1 error(s) occurred:
* azurerm_container_service.test: "agent_pool_profile.0.fqdn": this field cannot be set
```
2017-04-27 12:53:39 -07:00
clint shryock
d6560b96d7
provider/heroku: Update docs to include heroku-app-feature
2017-04-27 09:59:54 -05:00
Dan Peterson
e495c6bacc
providers/heroku: add heroku_app_feature resource ( #14035 )
2017-04-27 09:55:07 -05:00
Jake Champlin
e91d915154
Merge pull request #13956 from weargoggles/patch-1
...
provider/nomad: Add TLS options
2017-04-27 10:43:50 -04:00
Radek Simko
42c7d00568
docs/digitalocean: Add image data source to sidebar ( #14030 )
2017-04-27 11:55:25 +01:00
Dominik-K
238beaea33
Docs: `dir` flag in `get` cmd -> root module def. in `modules/index.html` ( #13940 )
2017-04-27 11:27:16 +01:00
Tom Harvey
a23201a415
Merge pull request #13965 from codekoala/azurerm_lb_private_ip_address
...
provider/azurerm: Expose any dynamically-assigned private IP address
2017-04-27 11:19:43 +01:00
Paddy
89fba0c34e
Make global forwarding rule docs clearer for IP addresses.
...
Update our docs for `google_compute_forwarding_rule` to clarify that the
`ip_address` field expects a literal IP address and will not accept the
`self_link` property of a `google_compute_address` resource.
Prompted by #13375
2017-04-26 15:52:49 -07:00
Maciej Skierkowski
94ed759663
Updating guide to reference runs and applies instead of remote state push
2017-04-26 15:51:25 -07:00
Maciej Skierkowski
9e791ad357
Update steps per new state management commands
2017-04-26 15:50:15 -07:00
Maciej Skierkowski
05a76297e7
Removing reference to remote state pushing in TFE
2017-04-26 15:49:36 -07:00
Matthew Frahry
aed450c4b0
Update OPC to Oracle Public Cloud
2017-04-26 14:46:54 -06:00
stack72
fd48f91876
provider/gitlab: Addition of the documentation link for gitlab to sidebar
...
```
% make testacc TEST=./builtin/providers/gitlab
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/04/27 05:37:02 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/gitlab -v -timeout 120m
=== RUN TestProvider
--- PASS: TestProvider (0.00s)
=== RUN TestProvider_impl
--- PASS: TestProvider_impl (0.00s)
=== RUN TestAccGitlabProject_basic
--- PASS: TestAccGitlabProject_basic (41.11s)
=== RUN TestGitlab_validation
--- PASS: TestGitlab_validation (0.00s)
=== RUN TestGitlab_visbilityHelpers
--- PASS: TestGitlab_visbilityHelpers (0.00s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/gitlab 41.125s
```
2017-04-27 05:44:05 +12:00
stack72
898ac02854
Merge branch 'feature/gitlab_provider' of https://github.com/richardc/terraform into richardc-feature/gitlab_provider
2017-04-27 05:08:12 +12:00
Paul Stack
011cab5917
provider/aws: Add support for CustomOrigin timeouts to aws_cloudfront_distribution ( #13367 )
...
```
```
2017-04-27 02:13:59 +12:00
Edward Betts
be265479a9
correct spelling mistakes ( #13979 )
2017-04-27 02:10:04 +12:00
James Healy
ae7df37e6f
Make dnsimple_records importable ( #9130 )
...
* Make dnsimple_records importable
terraform 0.7 supports importing a resource into the local state, and
this adds that feature to the dnsimple_record resource.
Unfortunately, the DNSimple v1 API requires a domain name and record ID
to fetch a record, so the import command accepts both pieces of data as
a slash-delimted string like so:
terraform import dnsimple_record.test example.com/1234
* add an acceptance test for importing a dnsimple_record
2017-04-27 02:07:23 +12:00
stack72
fdf55c7c68
provider/oneandone: removing the types from the docs as they were markdown links that didn't go anywahere
2017-04-27 01:47:53 +12:00
stack72
7448e832b3
provider/alicloud: Migrating documentation from sidebar regex to strings
2017-04-27 01:03:20 +12:00
Jake Champlin
64134418a5
Merge pull request #12933 from hashicorp/f-network-interfaces
...
provider/aws: Add network_interface to aws_instance
2017-04-26 08:05:21 -04:00
Andrew King
686d10af4a
Update cloudwatch_event_target.html.markdown ( #13964 )
...
Clean up `Note` section.
2017-04-26 07:39:14 +01:00
Josh VanderLinden
d3687fc9e9
Expose any dynamically-assigned private IP address
2017-04-26 05:22:01 +00:00
Kazunori Kojima
dea267218c
docs: Fix parameter name of aws_listener_rule
2017-04-26 09:07:12 +09:00
Joseph Anthony Pasquale Holsten
87ebc19ae5
Merge pull request #13785 from bhood4/master
...
provider/ultradns: ultradns_rdpool resource minor improvements
2017-04-25 15:59:04 -07:00
Jake Champlin
1e9593fa61
Merge pull request #13952 from danawillow/is-13823
...
provider/google: documentation and validation fixes for forwarding rules
2017-04-25 18:51:14 -04:00
Jake Champlin
22ed31c7a6
Merge pull request #13921 from bernerdschaefer/bs-create-space
...
providers/heroku: add heroku_space resource
2017-04-25 18:43:42 -04:00
Bernerd Schaefer
26d6a562f1
Use // for inline comments
2017-04-25 15:27:01 -07:00
Pete Wildsmith
b1c03e93df
Document TLS options in Nomad provider
2017-04-25 23:17:32 +01:00
Jake Champlin
8ac89c7860
provider/aws: Improve documentation for the cloudformation_stack resource.
...
Fixes : #8483
2017-04-25 18:15:28 -04:00
Paul Stack
f4015b43c5
provider/aws: Support aws_instance and volume tagging on creation ( #13945 )
...
Fixes : #13173
We now tag at instance creation and introduced `volume_tags` that can be
set so that all devices created on instance creation will receive those
tags
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSInstance_volumeTags' 2 ↵ ✚ ✭
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/04/26 06:30:48 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSInstance_volumeTags -timeout 120m
=== RUN TestAccAWSInstance_volumeTags
--- PASS: TestAccAWSInstance_volumeTags (214.31s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 214.332s
```
2017-04-26 10:12:38 +12:00
Joshua Spence
d721ff6d66
provider/aws: Sort AMI and snapshot IDs ( #13866 )
...
As a follow up to #13844 , this pull request sorts the AMIs and snapshots returned from the aws_ami_ids and aws_ebs_snapshot_ids data sources, respectively.
2017-04-25 15:11:21 -07:00
Jake Champlin
b0f8ab492e
Merge pull request #13862 from bernerdschaefer/bs-heroku-app-space
...
Create Heroku app in a private space
2017-04-25 18:01:57 -04:00
Jake Champlin
4ad3cc3647
Merge pull request #13937 from tomelliff/filter-subnet-ids
...
provider/aws: Allow filtering of aws_subnet_ids by tags
2017-04-25 17:35:25 -04:00
Dana Hoffman
6d3251b08d
provider/google: documentation and validation fixes for forwarding rules
2017-04-25 13:03:36 -07:00
Jake Champlin
5c946a747d
Merge pull request #13948 from hashicorp/f-add-hcl-tags-update-docs-opc
...
provider/opc: Update documentation
2017-04-25 15:37:27 -04:00