Christoph Tavan
9b9144ba95
provider/google: Add support for backend buckets
...
Adds a new resource google_compute_backend_bucket according to
https://cloud.google.com/compute/docs/reference/latest/backendBuckets
Fixes hashicorp/terraform#12505
2017-05-02 23:18:40 +02:00
Martin Atkins
ac1127060d
website: suggest Stack Exchange sites as a place to ask questions
...
There's a pre-existing Terraform presence on both Server Fault and
Stack Overflow that seem to be generating good questions and answers, so
here we'll try to send users to the right sites to ask questions and
encourage them to be good participants in those communities.
2017-05-02 09:33:22 -07:00
Adam Wright
a401aee923
Make `wait_for_ready_timeout` default match code ( #14149 )
...
The `wait_for_ready_timeout` timeout was listed as 10m, but
cd79471ecb
altered reality to be 20m. The
documentation should match the code.
2017-05-02 16:01:03 +01:00
Tom Elliff
551eedcf26
Document the data source interpolation usage ( #14144 )
...
* Document the data source interpolation usage
Also briefly mentions how to use counts and splat syntax as with resources to further document the usage of counts for data sources (see https://github.com/hashicorp/terraform/pull/14143 ).
* Output -> Attribute
As per feedback.
2017-05-02 15:17:24 +01:00
Tom Elliff
64cd64d061
Document that data sources support meta parameters such as count ( #14143 )
...
Also fix the bad interpolation in the subnet_ids example.
2017-05-02 15:05:50 +01:00
Tom Harvey
c3b89954b9
Merge pull request #14123 from zaharcan/patch-1
...
Update graph.html.markdown
2017-05-02 07:10:03 +01:00
Tom Harvey
cca472ae03
Merge pull request #14125 from zaharcan/patch-2
...
Update rule_set.html.markdown
2017-05-02 07:08:46 +01:00
Justin DiPierro
d80885f746
Importability for Google DNS Managed Zone
2017-05-01 20:28:28 -04:00
Clint
a8e4a9bf07
provider/aws: Update `aws_emr_cluster` to support Security Configuration ( #14133 )
...
* added emr security configurations
* gofmt after rebase
* provider/aws: Update EMR Cluster to support Security Configuration
* update test to create key
* update docs
2017-05-01 17:02:59 -05:00
Jake Champlin
3a01d5f5e1
Merge pull request #14104 from rlweb/feature/aws_dynamodb_table-add-timetolive
...
provider/aws: aws_dynamodb_table Add support for TimeToLive
2017-05-01 15:37:34 -04:00
Jake Champlin
a459bac06a
Merge pull request #14121 from iamjarvo/patch-2
...
Add import example
2017-05-01 15:27:48 -04:00
Ryon
acaffd9dbb
Update news section with April 4 webinar video ( #14109 )
2017-05-01 14:07:48 -05:00
zaharcan
cd8cafb4f4
Update rule_set.html.markdown
2017-05-01 14:42:40 -04:00
zaharcan
18585f3ec0
Update graph.html.markdown
2017-05-01 14:40:23 -04:00
Jearvon Dharrie
2229d65043
Add import example
2017-05-01 14:01:21 -04:00
Jake Champlin
05654b02a2
Merge pull request #14078 from justincampbell/heroku-pipelines
...
provider/heroku: Add resources for Heroku Pipelines
2017-05-01 10:52:54 -04:00
Radek Simko
143c8bbdfe
docs/aws: Add undocumented fields to all WAF resources ( #14091 )
...
* docs/aws: Add undocumented fields to all WAF resources
* docs/aws: Alphabetically sort WAF resources
2017-05-01 15:23:30 +01:00
Jake Champlin
4939e24ca0
Merge pull request #14103 from travertischio/fastly-optional-conditions
...
provider/fastly Changes setting conditionals to optional
2017-05-01 10:21:35 -04:00
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
Rhys Laval
27d3d2a871
provider/aws: aws_dynamodb_table Add support for TimeToLive
2017-04-30 23:20:38 +01:00
travertischio
041d5a369e
Makes cache setting condition optional in fastly service
2017-04-30 17:16:06 -03:00
travertischio
3489795396
Makes request condition optional for fastly request settings
2017-04-30 17:15:51 -03:00
Dominik Lekse
720ae3dea0
Added resource azurerm_sql_elasticpool
2017-04-30 11:48:33 +02:00
=
909d06a72a
Updated docs
2017-04-29 21:34:03 -06:00
Chris Kent
21f4848006
provider/aws: add additional custom endpoints
...
* Add option for custom CloudFormation, KMS, RDS, SNS, SQS endpoints
* Minor formatting to arrange internal endpoint variables alphabetically
* Minor refactoring for consistent internal endpoint variable naming
* Update CHANGELOG
* Update docs accordingly
2017-04-29 22:49: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
tombuildsstuff
277bbf65d1
v0.9.4
2017-04-26 12:35:28 +00: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
Jake Champlin
77b996df6a
provider/opc: Update documentation
...
Updates documentation to add code-block tags, and populate the importability documentation page.
2017-04-25 15:23:35 -04:00
Bernerd Schaefer
c55a4b3a51
Merge branch 'master' into bs-heroku-app-space
2017-04-25 11:04:13 -07:00
Martin Atkins
da49171b06
website: flesh out docs for template_dir resource
2017-04-25 10:48:26 -07:00
Quentin Machu
f721608e4e
provider/template: Add a 'dir' resource to template entire directories
...
When TerraForm is used to configure and deploy infrastructure
applications that require dozens templated files, such as Kubernetes, it
becomes extremely burdensome to template them individually: each of them
requires a data source block as well as an upload/export (file
provisioner, AWS S3, ...).
Instead, this commit introduces a mean to template an entire folder of
files (recursively), that can then be treated as a whole by any provider
or provisioner that support directory inputs (such as the
file provisioner, the archive provider, ...).
This does not intend to make TerraForm a full-fledged templating system
as the templating grammar and capabilities are left unchanged. This only
aims at improving the user-experience of the existing templating
provider by significantly reducing the overhead when several files are
to be generated - without forcing the users to rely on external tools
when these templates stay simple and that their generation in TerraForm
is justified.
2017-04-25 10:48:26 -07:00
Jake Champlin
c839a7b2ff
Merge pull request #13910 from bernerdschaefer/bs-heroku-buildpacks
...
provider/heroku: set app buildpacks from config
2017-04-25 10:40:19 -04:00
Josh Komoroske
414060c83b
Documented aws_api_gateway_usage_plan.api_stages attributes as required ( #13930 )
2017-04-25 09:21:49 -05:00
Tom Elliff
bc46b1cbf9
Allow filtering of aws_subnet_ids by tags
...
This is the minimal amount of work needed to be able to create a list of a subset of subnet IDs in a VPC, allowing people to loop through them easily when creating EC2 instances or provide a list straight to an ELB.
2017-04-25 14:46:51 +01:00
Bernerd Schaefer
81e8db56f0
Fix typo in docs
2017-04-24 17:50:52 -07:00
Bernerd Schaefer
de54855f63
Website
2017-04-24 17:42:54 -07:00
Jake Champlin
10ddf607e3
provider/aws: Add `network_interface` to instance
2017-04-24 18:06:28 -04:00
Seth Vargo
b64c9a73cc
Document that random_pet is referenced by id
2017-04-24 16:38:23 -04:00
Radek Simko
cda84b1674
provider/aws: Expose invoke ARN from Lambda function (for APIG) ( #13890 )
2017-04-24 20:47:11 +02:00
Radek Simko
3c2a40a192
provider/aws: Expose execution ARN + invoke URL for APIG deployment ( #13889 )
2017-04-24 20:43:56 +02:00
Bernerd Schaefer
acdb5c659a
provider/heroku: set app buildpacks from config
...
Many apps deployed to Heroku require that multiple buildpacks be
configured in a particular order to operate correctly.
This updates the builtin Heroku provider's app resource to support
configuring buildpacks and the related documentation in the website.
Similar to config vars, externally set buildpacks will not be altered if
the config is not set.
2017-04-24 11:40:29 -07:00
Tom Harvey
9b5055112a
provider/azurerm: Updating the Redis Documentation ( #13893 )
...
* Updating the Redis documentation to better match the Azure docs
* Updating the docs to use a C2 instance, to make it clearer
2017-04-24 15:22:51 +01:00
Jake Champlin
78bc9ed09d
Merge pull request #13861 from hashicorp/pr-10594
...
provider/aws: Adds aws_network_interface_attachment resource
2017-04-24 09:12:38 -04:00
Richard Clamp
631b0b865c
provider/gitlab: add gitlab provider and `gitlab_project` resource
...
Here we add a basic provider with a single resource type.
It's copied heavily from the `github` provider and `github_repository`
resource, as there is some overlap in those types/apis.
~~~
resource "gitlab_project" "test1" {
name = "test1"
visibility_level = "public"
}
~~~
We implement in terms of the
[go-gitlab](https://github.com/xanzy/go-gitlab ) library, which provides
a wrapping of the [gitlab api](https://docs.gitlab.com/ee/api/ )
We have been a little selective in the properties we surface for the
project resource, as not all properties are very instructive.
Notable is the removal of the `public` bool as the `visibility_level`
will take precedent if both are supplied which leads to confusing
interactions if they disagree.
2017-04-24 11:38:20 +01:00
Viktor Voltaire
42473d5129
Update route53_record.html.markdown ( #13677 )
...
Added set_identifier example for import
2017-04-23 11:49:15 +02:00
Gauthier Wallet
891e517879
provider/aws: Updated documentation for Cloudfront ( #13874 )
...
This adds the missing exported attribute named `ARN`, as exposed [in the code](https://github.com/hashicorp/terraform/blob/master/builtin/providers/aws/resource_aws_cloudfront_distribution.go#L592 ).
2017-04-23 04:53:45 +03:00
Kit Ewbank
ff9af4c90b
Add tagging support to the 'aws_lambda_function' resource. ( #13873 )
2017-04-23 04:51:20 +03:00
Bernerd Schaefer
7dd598baac
Document `space`
2017-04-21 14:28:35 -07:00
Jake Champlin
44714c094b
expand docs
2017-04-21 15:45:33 -04:00
Jake Champlin
9ef947b0c3
Merge remote-tracking branch 'origin' into pr-10594
2017-04-21 15:37:39 -04:00
Jake Champlin
70bc1e1dcc
Merge pull request #12537 from Pryz/coalescelist
...
Add coalescelist interpolation function
2017-04-21 15:23:21 -04:00
Pavel Khusainov
f9fb6010ee
config: "matchkeys" interpolation function
...
This new function allows using a search within one list to filter another list. For example, it can be used to find the ids of EC2 instances in a particular AZ.
The interface is made slightly awkward by the constraints of HIL's featureset.
#13847
2017-04-21 10:04:49 -07:00
Michael Dunton
8995f1afdb
provider/fastly: GCS ( #13553 )
...
* PAAS-5611 Adding docs
* PAAS-5611 adding gcs logging resource
* PAAS-5611 adding gcs testing
* Adding testing file
* Cleaning up type and making flatten array clearer
* Fixing issue with tests
2017-04-21 19:44:25 +03:00
Paul Stack
358e1c2890
provider/oneandone: Adding the documentation to the sidebar ( #13853 )
...
Also renaming the files and adding the hcl syntax highlighting
2017-04-21 19:37:10 +03:00
Jake Champlin
022d0cd14f
Merge pull request #10590 from pielu/aws/feature/r-net-iface-ips-count
...
provider/aws: Exercise SecondaryPrivateIpAddressCount for network interface
2017-04-21 10:25:44 -04:00
Jake Champlin
a7ccf1c76b
Merge pull request #13846 from hashicorp/b-update-opc-instance-docs
...
provider/opc: Fix Instance Label / Update Docs
2017-04-21 10:20:09 -04:00
Jasmin Gacic
61499cfcf0
Provider Oneandone ( #13633 )
...
* Terraform Provider 1&1
* Addressing pull request remarks
* Fixed imports
* Fixing remarks
* Test optimiziation
2017-04-21 17:19:10 +03:00
Jake Champlin
2eaf6beff0
provider/opc: Fix Instance Label / Update Docs
...
Fix issue with an instances label causing a ForceNew if omitted.
Also updates mistyped docs for the `opc_compute_security_list` resource.
```
$ make testacc TEST=./builtin/providers/opc TESTARGS="-run=TestAccOPCInstance_emptyLabel"
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/04/21 09:57:48 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/opc -v -run=TestAccOPCInstance_emptyLabel -timeout 120m
=== RUN TestAccOPCInstance_emptyLabel
--- PASS: TestAccOPCInstance_emptyLabel (574.79s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/opc 574.835s
```
2017-04-21 10:09:26 -04:00
Paul Stack
72a14ef2bb
provider/aws: Add IPv6 outputs to aws_subnet datasource ( #13841 )
...
Fixes : #13595
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccDataSourceAwsSubnet'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/04/21 13:52:43 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccDataSourceAwsSubnet -timeout 120m
=== RUN TestAccDataSourceAwsSubnetIDs
--- PASS: TestAccDataSourceAwsSubnetIDs (81.05s)
=== RUN TestAccDataSourceAwsSubnet
--- PASS: TestAccDataSourceAwsSubnet (57.48s)
=== RUN TestAccDataSourceAwsSubnetIpv6ByIpv6Filter
--- PASS: TestAccDataSourceAwsSubnetIpv6ByIpv6Filter (82.63s)
=== RUN TestAccDataSourceAwsSubnetIpv6ByIpv6CidrBlock
--- PASS: TestAccDataSourceAwsSubnetIpv6ByIpv6CidrBlock (82.43s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 303.625s
```
2017-04-21 16:54:55 +03:00
Joshua Spence
2aac8fb8fc
Add `aws_ami_ids` and `aws_ebs_snapshot_ids` resources ( #13844 )
...
Fixes #12081 . Adds new `aws_ami_ids` and `aws_ebs_snapshot_ids` resources.
2017-04-21 16:37:26 +03:00
Julien Pivotto
c2a1e688cb
Add DigitalOcean datasource digitalocean_image ( #13787 )
...
Add a new data source for Digital Ocean that finds snapshots by name.
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2017-04-21 16:25:34 +03:00
James Bardin
dca89519ec
Merge pull request #13825 from hashicorp/jbardin/reconfigure
...
add init -reconfigure flag
2017-04-21 09:03:12 -04:00
Paul Stack
214a212704
provider/aws: Make iam_role_attachment example not throw any errors ( #13843 )
...
Fixes : #13398
2017-04-21 14:33:27 +03:00
Paul Stack
0aad5f2c43
provider/aws: Add replica_source_db to the aws_db_instance datasource ( #13842 )
...
Fixes : #13471
2017-04-21 14:23:48 +03:00
Gauthier Wallet
80d940d154
provider/aws: Added Cognito Identity Pool ( #13783 )
2017-04-21 12:53:48 +03:00
stack72
82293bf59e
Merge branch 'master' of github.com:hashicorp/terraform
2017-04-21 12:52:22 +03:00
stack72
83c4d5d71d
provider/google: Documenting the import process for compute_network
2017-04-21 12:51:24 +03:00
Pasha Palangpour
2a7b0e7e36
provider/ns1: record documentation improvements ( #13786 )
...
* provider/ns1: Adds acctest for SRV type records
* ns1/provider: Adds dns record examples to documentation.
2017-04-21 12:38:05 +03:00
Andrew King
1654464a64
Update environments.html.md ( #13353 )
...
Use current local state directory
2017-04-21 08:48:34 +02:00
Stephen Weatherford
21cd620ef9
PR fixes
2017-04-20 23:27:36 +00:00
James Bardin
bb6ef3fd3e
update init docs
...
add -reconfigure, and fix ordering of the other flags
2017-04-20 18:15:47 -04:00
Joshua Spence
f3b5a883b7
Add `bucket_prefix` to `aws_s3_bucket` ( #13274 )
...
Adds a `bucket_prefix` parameter to the `aws_s3_bucket` resource.
2017-04-20 23:28:40 +03:00
Stephen Weatherford
d378e30b1d
Fix crash for outputs of type Object ( #7353 ), and support bool and int outputs
...
Included in this fix:
1) No crash
2) Debug log indicates problem, otherwise unsupported outputs are ignored
3) String, bool and int outputs are supported
4) Documentation indicates these limitations
What is not included:
5) Array, object, securestring, secureobject still not supported
2017-04-20 20:28:08 +00:00
Chris Marchesi
fa5cc7eb34
website: Fix mobile link to correct project ( #13819 )
...
Was pointing to Consul before :)
2017-04-20 15:16:36 -05:00
Dominik-K
565f0a4e0f
`roles` deprecated in docs & code error message ( #13622 )
2017-04-20 23:02:48 +03:00
Chris Broglie
3f0934bd4e
provider/aws: Add aws_kinesis_stream data source ( #13562 )
...
This fixes #13521
2017-04-20 22:13:39 +03:00
Jake Champlin
35388cbc31
Merge pull request #13468 from hashicorp/f-oracle-compute
...
provider/opc: Add Oracle Compute Provider
2017-04-20 14:52:39 -04:00
Andy Lindeman
28d71e6624
provider/github: Implements github_branch_protection ( #10476 )
2017-04-20 21:11:49 +03:00
terraformbot
7925b76bad
provider/aws: Change s3_bucket documentation example to work ( #13811 )
...
Fixes : #13789
2017-04-20 21:00:05 +03:00
Joe Topjian
6262a73de7
provider/rabbitmq: Allow users without tags ( #13798 )
...
This commit makes the tags attribute optional for users. It also
handles cases when a user defines a tag as an empty string ("").
2017-04-20 20:10:20 +03:00
Alexander
9bd50a1219
provider/google: BigQuery Dataset ( #13436 )
...
* Vendor BigQuery
* Add resource
* Add tests
* Add documentation
* Remove named import
* Remove `retain_on_delete`
* Fix formatting
2017-04-20 09:47:38 -07:00
Jearvon Dharrie
e667411cc5
website: Fix spacing of literal "terraform console" ( #13807 )
2017-04-20 09:36:34 -07:00
Thomas Poindessous
7ec1c66f69
Merged upstream for nav
2017-04-20 12:44:10 +02:00
Thomas Poindessous
1fa91dfb4d
merge upstream/master
2017-04-20 12:37:18 +02:00
Thomas Poindessous
68af7d44e8
Added the new resource to the nav panel
2017-04-20 12:13:47 +02:00
Thomas Poindessous
573da4d729
Added a new attribute : source_disk_link
2017-04-20 12:12:43 +02:00
Martin Atkins
d157eea2e3
website: Correct capitalization of "Bitbucket"
...
Previously we fixed this specifically for the Enterprise VCS integration,
but we also had some long-running errors of this sort in the docs for
how to specify module sources on Bitbucket.
2017-04-19 14:56:11 -07:00
Mary Elizabeth Cutrali
3d315baee5
update spelling of Bitbucket
2017-04-19 17:30:58 -04:00
ebilhoo
8ef010440e
cleanup and validation, rdpool.order optional with ROUND_ROBIN default
2017-04-19 20:02:27 +00:00
Joseph Anthony Pasquale Holsten
c57e0735d1
Merge pull request #13745 from bhood4/master
...
provider/ultradns: add ultradns_rdpool resource
2017-04-19 10:45:20 -07:00
tmshn
86d7c47c0a
Change cidrhost() to get IP from end of the range when negative number given
...
Ref: https://github.com/apparentlymart/go-cidr/pull/2
2017-04-19 09:41:41 -07:00
Seth Vargo
bcacf3a036
Update ldlogo
2017-04-18 14:10:27 -04:00
ebilhoo
a8b8404589
rdpool doc
2017-04-18 15:08:18 +00:00
KOJIMA Kazunori
47d255f943
provider/aws: Add aws_kms_alias datasource ( #13669 )
2017-04-18 15:29:14 +03:00
demonwy
69ec7e12ac
provider/alicloud: Add new resource ESS, including scalinggroup scalingconfiguration scalingrule and schedule ( #13731 )
...
* add docs
* add new resource ess
* add examples
* update aliyun go
* merge master
* fix ci
2017-04-18 15:18:57 +03:00
Julien Pivotto
c2d1a37334
DigitalOcean: Export droplet prices ( #13720 )
...
Note: In DO, Droplets are about the only thing you pay. DNS/Float IP are
free.
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2017-04-18 14:52:40 +03:00
Martin Atkins
b21bb7746a
Merge #11776 : Optionally allow vault_generic_secret resource to detect drift
2017-04-17 11:14:02 -07:00
Martin Atkins
d515c2efc4
Merge #12757 : local_file resource
2017-04-17 10:48:15 -07:00
Martin Atkins
4d79e0b99c
website: documentation tweaks for the local_file resource and its provider
2017-04-17 10:45:10 -07:00
Jake Champlin
ebc89e9426
Merge pull request #13701 from kavu/kavu-docs_hcl_addition
...
Massively add HCL source tag in docs Markdown files
2017-04-17 09:48:25 -04:00
gotyoooo
3da620944d
Add auto_minor_version_upgrade document ( #13706 )
2017-04-17 16:35:27 +03:00
Paul Stack
bb69e3730b
provider/aws: Documentation fixed for elasticsearch_domain ( #13704 )
...
Fixes : #13434
2017-04-17 16:26:08 +03:00