Commit Graph

4546 Commits

Author SHA1 Message Date
Anthony Stanton
38eb0067d5 Fix doc formatting (#12034) 2017-02-17 16:44:51 +02:00
Rickard von Essen
1bb3f7f37a aws/codebuild: Fixed documentation about Optional vs. Required attributes (#12039) 2017-02-17 16:43:58 +02:00
Yann DEGAT
e3a6b00db0 provider/openstack: Adding Image Resource 2017-02-17 09:35:16 +01:00
Sean Chittenden
5f3b6ffdb2 Add consul_agent_self docs and synchronize a few missing attributes. 2017-02-16 15:10:50 -08:00
clint shryock
896d1d30fb provider/fastly: Make Fastly Service Backends optional
Backends must be defined in the config, but may optionally be declared
inside custom VCL. Here we mark Backends optional to enable that.
2017-02-16 16:22:41 -06:00
Matt Dainty
4678fa4121 Add missing resource types to the sidebar 2017-02-16 22:14:24 +00:00
Sean Chittenden
6df42d4348 Add a link to the consul_catalog_nodes data source. 2017-02-16 14:03:15 -08:00
Sean Chittenden
e7a8f25388 Push out the last of the docs and fixes for the consul_catalog_nodes data source. 2017-02-16 13:50:06 -08:00
Sean Chittenden
1c7a924258 Update and provide docs to the consul_catalog_service data source. 2017-02-16 13:50:06 -08:00
Sean Chittenden
9d06a47069 Add docs for the consul_catalog_services data source. 2017-02-16 13:50:06 -08:00
Vlad Ungureanu
954d53177d Fix typo in s3_bucket resource 2017-02-16 18:53:59 +00:00
Domonkos Czinke
7776af156b Add missing crl_signing 2017-02-16 08:42:16 -08:00
Seth Vargo
5d79395354 Add a prefix option to random_id provider 2017-02-16 11:08:17 -05:00
Jason Costello
5c8e86be09 optimize docs type (#11983) 2017-02-16 05:25:25 +00:00
Paul Stack
e5f899d357 provider/statuscake: Add support for Port in statuscake_test (#11966)
Fixes: #11923

This required the upstream library to have a PR accepted
2017-02-15 23:29:05 +00:00
Laurens Vanderhoven
4940fd64f1 provider/azurerm: Remove location argument from azurerm_lb_* (#11969)
* provider/azurerm: Remove location argument from loadbalancer_backend_address_pool

Applying a Terraform execution plan containing a loadbalancer_backend_address_pool
with a location argument throws a warning:

----
Warnings:

  * azurerm_lb_backend_address_pool.test: "location": [DEPRECATED] location is no longer used

  No errors found. Continuing with 1 warning(s).
----

* provider/azurerm: Remove location argument from azurerm_lb_rule

(Similar to https://github.com/hashicorp/terraform/pull/11963)

Applying a Terraform execution plan containing a azurerm_lb_rule
with a location argument throws a warning:

```
Warnings:

  * azurerm_lb_rule.test: "location": [DEPRECATED] location is no longer used

No errors found. Continuing with 1 warning(s).
```

Removing the (required) location argument from the documentation
as it is deprecated as per the warning.

* provider/azurerm: Remove location argument from azurerm_lb_probe

(Similar to https://github.com/hashicorp/terraform/pull/11963)

Applying a Terraform execution plan containing a azurerm_lb_probe
with a location argument throws a warning:

```
Warnings:

  * azurerm_lb_probe.test: "location": [DEPRECATED] location is no longer used

No errors found. Continuing with 1 warning(s).
```

Removing the (required) location argument from the documentation
as it is deprecated as per the warning.
2017-02-15 23:00:35 +00:00
Mitchell Hashimoto
7e14184393 Merge pull request #11976 from hashicorp/b-0-9-website
0.9 Website Content (Backends, Locking, etc.)
2017-02-15 13:15:52 -08:00
Mitchell Hashimoto
7394a066ec website: document init and new state commands 2017-02-15 13:14:32 -08:00
Mitchell Hashimoto
22dd47c8af website: document state locking and remote state page 2017-02-15 12:58:52 -08:00
Mitchell Hashimoto
03dca34161 website: document backend types 2017-02-15 12:19:38 -08:00
Mitchell Hashimoto
a240a9cac7 website: working on backend types 2017-02-15 10:47:30 -08:00
Laurens Vanderhoven
d29f2d6f6d provider/azurerm: Remove location argument from loadbalancer_backend_address_pool (#11963)
Applying a Terraform execution plan containing a loadbalancer_backend_address_pool
with a location argument throws a warning:

----
Warnings:

  * azurerm_lb_backend_address_pool.test: "location": [DEPRECATED] location is no longer used

  No errors found. Continuing with 1 warning(s).
----
2017-02-15 13:50:19 +00:00
Paul Stack
8df5fcd0bd provider/aws: Add default_cooldown to the autoscaling_group docs (#11957)
Fixes: #11947
2017-02-15 10:46:17 +00:00
Radek Simko
0e8997f369 Merge pull request #11954 from hashicorp/f-google-compute-zones
provider/google: Add google_compute_zones data source
2017-02-15 10:00:39 +00:00
Traver Tischio
e0aae4392b provider/fastly Allows for conditional settings across fastly (#11843)
* Adds response conditions for papertrail in fastly

* Adds cache conditional for gzip in fastly

* Opens up conitionals under fastly headers

* Adds request conditions to s3 logging for fastly

* Creates conditionals properly for testing

* Clarifies conditionals documentation for the website

* Clarifies resource descriptions for conditionals

* Formats papertrail testing properly

* Fizes syntax issues in gzip and s3 fastly testing

* Tests full schemas for gzip basic testing

* Updates header testing to check full schema

* Fixes gzip and headers testing

* Fixes s3 conditional testing
2017-02-15 09:53:59 +00:00
Radek Simko
76c40ac451 provider/google: Add google_compute_zones data source 2017-02-15 09:50:25 +00:00
youyo
1c3d812d94 typo? (#11933)
That worked fine!
2017-02-15 09:33:55 +00:00
Mitchell Hashimoto
bd4425657e website: backend state docs 2017-02-14 16:09:00 -08:00
Mitchell Hashimoto
df5e921310 website: configuring backends 2017-02-14 15:47:20 -08:00
Mitchell Hashimoto
2d2da6fea0 wip 2017-02-14 14:46:20 -08:00
Mitchell Hashimoto
5fcfaffb9b website: 0.9 upgrade guide 2017-02-14 14:00:09 -08:00
Jason Costello
c6baf92ded typo 2017-02-14 11:59:01 -08:00
Jason Costello
fdc82fc5aa improve klavika declaration 2017-02-14 11:37:11 -08:00
Jason Costello
824893ed9d add typekit classes to hide FOUC 2017-02-14 11:28:43 -08:00
Matt Dainty
3939a7220d Add import functionality 2017-02-14 18:09:48 +00:00
Matt Dainty
a08fbcbadb Add documentation 2017-02-14 16:16:22 +00:00
Radek Simko
52dff703ad website: Fix wrong font URL and decrease size 2017-02-14 10:52:49 +00:00
Mitchell Hashimoto
3e2f324b20 Merge pull request #11927 from hashicorp/typographic-updates
Website typographic updates
2017-02-13 17:26:56 -08:00
Jason Costello
e498aa0408 bold active docs nav item 2017-02-13 16:28:37 -08:00
Jason Costello
f068146d30 oops 2017-02-13 16:17:57 -08:00
Jason Costello
9754a32146 lighter body copy for hierarchy via utility classes 2017-02-13 16:16:20 -08:00
Jason Costello
f07d89d4e4 Klavika for docs nav 2017-02-13 16:15:55 -08:00
Mitchell Hashimoto
d2f9df37f5 Merge pull request #11922 from hashicorp/f-tf-cli
command: add TF_CLI_ARGS to specify additional CLI args
2017-02-13 15:26:25 -08:00
Jason Costello
4fbbe2bd78 improve on .bs-docs-section 2017-02-13 14:57:54 -08:00
Mitchell Hashimoto
f7e535ed6e website: update website for TF_CLI_ARGS 2017-02-13 14:51:37 -08:00
Jason Costello
8eba5e0323 tweak scale, simplify declarations 2017-02-13 14:41:09 -08:00
Jason Costello
5fdae3779c .8 opacity for body copy hierarchy 2017-02-13 14:06:43 -08:00
Jason Costello
968b4c9d9f better type size 2017-02-13 14:06:11 -08:00
Jason Costello
ac48c36b42 remove unused fonts.scss file and the related @import 2017-02-13 13:58:59 -08:00
Jason Costello
d60265dd79 remove all traces of Lato font 2017-02-13 13:54:11 -08:00