Martin Atkins
d7d8ea9543
website: Initial docs for the new "providers" subcommand
...
This will be fleshed out later as part of more holistic documentation for
the new provider plugin separation, but this is some minimal documentation
for just this subcommand.
2017-06-09 14:03:59 -07:00
stack72
6e7ee05392
Merge branch 'gh3424-vgw-route-prop'
2017-06-09 14:13:27 +03:00
Jay Wang
b465b01355
[MS] provider/azurerm: Data Source for Azure Resource Group ( #15022 )
...
* Data Source support for Resource Group
* Better message for mismatching locations.
* Reuse existing read code
* Adds documentation
* Adds test
* Adds a function for composing ID strings
* Change location to computed.
2017-06-09 13:10:42 +03:00
Ashish Kumar Thakur
a5c208ef68
provider/kubernetes: Add support for pod ( #13571 )
...
Add support for K8s pod
2017-06-08 14:58:10 +01:00
Martin Atkins
1aff439c3d
provider/aws: aws_vpn_gateway_route_propagation resource
...
This is a separate resource that serves a similar purpose to the
propagating_vgws argument on aws_route_table, but allows route
propagations to be created independently of the route table, which in
turn allows the VPN gateway to be created after the route table it will
contribute to, possibly in a separate Terraform module.
To make this work, propagating_vgws on aws_route_table is now marked
as Computed, meaning that it won't try to delete any existing propagation
edges if there is no setting for it in configuration at all. This allows
the user to choose whether to use the argument or the separate resource,
though using both together will not work, as explained in the docs.
2017-06-06 17:56:31 -07:00
Abhijeet Gaiha
1819303e65
provider/azurerm: Adding data source support for Public IP ( #15110 )
...
* Added support for public IP data source. Tested manually.
* WIP: Update to implementation, basic test added.
* WIP: Updates to implementation, basic test added.
* WIP: Added support for idle timeout
* Completed implementation and basic test
* Added documentation.
* Updated the example so it makes a little more sense.
2017-06-06 14:48:37 +03:00
Paul Morton
e4899de13e
provider/aws: New SSM Parameter resource ( #15035 )
...
* New SSM Parameter resource
Can be used for creating parameters in AWS' SSM Parameter Store that can then be used by other applications that have access to AWS and necessary IAM permissions.
* Add docs for new SSM Parameter resource
* Code Review and Bug Hunt and KMS Key
- Addressed all issues in #14043
- Added ForceNew directive to type
- Added the ability to specify a KMS key for encryption and decryption
* Add SSM Parameter Data Source
* Fix bad merge
* Fix SSM Parameter Integration Tests
* docs/aws: Fix typo in SSM sidebar link
2017-06-06 09:55:25 +01:00
Phil Clay
c2a92c5fb4
Correct openstack_lbaas_* to openstack_lb_* sidebars to reflect correct resource type names.
2017-06-05 21:51:22 -07:00
Will May
1d294aeb45
provider/vault: vault_mount resource
2017-06-02 10:41:55 -07:00
Thomas Schaaf
79c91e11c8
provider/aws: Add aws elastic beanstalk solution stack ( #14944 )
...
* Add aws elastic beanstalk solution stack
Signed-off-by: Thomas Schaaf <thomaschaaf@Thomass-MBP.fritz.box>
* Fix incorrect naming
Signed-off-by: Thomas Schaaf <thomaschaaf@Thomass-MBP.fritz.box>
* Use unique go variable/function names
Signed-off-by: Thomas Schaaf <thomaschaaf@Thomass-MacBook-Pro.local>
* Add docs to sidebar
* Sort provider by alphabet
* Fix indent
* Add required statement
* Fix acceptance test
2017-06-01 02:23:06 +03:00
Paul Stack
c0503a9c26
provider/aws: Add aws_ssm_path_* to aws.erb ( #14969 )
2017-05-31 20:40:03 +03:00
Paul Stack
e28f9c11bf
provider/aws: aws_elasticache_cluster data source ( #14895 )
...
* provider/aws: Add data source for aws_elasticache_cluster
Fixes : #11445
* provider/aws: Add acceptance tests for aws_elasticache_cluster data source
* provider/aws: Add documentation for the aws_elasticache_cluster datasource
2017-05-31 16:25:27 +03:00
Ebru Cucen
3c8a19f65e
docs/provider/azure/vmss: managed_disk_type, typos;sidebar fix for VM resources ( #14906 ) ( #14915 )
2017-05-30 16:52:25 +01:00
Radek Simko
ad962779e5
docs/kubernetes: Fix sidebar highlighting ( #14829 )
2017-05-29 21:17:37 +01:00
Tom Harvey
5ae00b45d5
Merge pull request #14879 from hashicorp/gitlab-sidebar
...
Documentation: Adding missing Gitlab resources to the sidebar
2017-05-27 18:19:46 +01:00
tombuildsstuff
96e5ed1d93
Adding all of the gitlab resources to the sidebar
2017-05-27 13:50:25 +01:00
Chris Johnson
e86ffefd13
Fixup the Librato Docs (metrics)
2017-05-26 17:10:55 -04:00
Jake Champlin
24202fb3c1
Merge pull request #14578 from caiofilipini/digitalocean-certs
...
provider/digitalocean: Add support for certificates
2017-05-26 13:07:15 -04:00
Martin Atkins
0c649fcbb7
website: don't use regexp for sidebar_current in ovh.erb
2017-05-25 10:16:17 -07:00
Martin Atkins
3cf78809b5
website: don't use regex for sidebar_current, in github.erb
2017-05-25 10:15:43 -07:00
clint shryock
8fd5fd5dab
website: fix regex
2017-05-25 10:15:35 -07:00
Joe Topjian
513c922b2f
provider/openstack: Updating DNS docs
2017-05-25 05:04:56 +00:00
Paddy
63ce0dae98
Merge pull request #12411 from drebes/cloud_router
...
provider/google: Cloud router resource
2017-05-24 21:36:17 -07:00
Paddy
c675b9e3f8
Merge pull request #14643 from hashicorp/pr-8180
...
provider/google: New Datasource: Google Storage Object Signed URL (supersedes #8180 )
2017-05-24 16:46:14 -07:00
Radek Simko
2c3e8e3cfb
provider/kubernetes: Add support for Horizontal Pod Autoscaler ( #14763 )
2017-05-24 17:18:02 +01:00
Joe Topjian
a8bf3d8ab0
Merge pull request #14721 from jtopjian/os-dns
...
provider/openstack: Add openstack_dns_zone_v2 resource
2017-05-22 09:27:28 -06:00
Kit Ewbank
8e130b15e4
Add 'aws_kms_ciphertext' data source. ( #14691 )
2017-05-22 16:46:18 +03:00
Raphaël Pinson
e7bfdea274
Add github_team data source ( #14614 )
...
* Add github_team data source
* github_team: add doc
* github_team data source: fix acceptance test
2017-05-22 16:29:18 +03:00
Joe Topjian
e0b5f4f833
provider/openstack: dns zone v2 updates and docs
2017-05-22 01:44:11 +00:00
clint shryock
aae44290cd
merge master
2017-05-18 13:56:55 -05:00
Caio Filipini
a565001014
provider/digitalocean: Add documentation for Certificate resource
2017-05-17 21:20:25 +02:00
Jake Champlin
c56cccab48
Merge pull request #14570 from raphink/github_user
...
GitHub user
2017-05-17 11:33:48 -04:00
Linus Unnebäck
e0a4ad7f95
Fix typo in link to postgresql_extension
2017-05-17 16:04:44 +02:00
Raphaël Pinson
fc0d197be8
Add github_user data source
2017-05-17 15:04:25 +02:00
Radek Simko
65d47774f2
provider/kubernetes: Add support for Service ( #14554 )
2017-05-17 14:43:53 +02:00
Kit Ewbank
2ed7297fa3
Add 'aws_default_vpc' resource.
2017-05-16 20:15:40 -04:00
yanndegat
21d8125d5c
provider/ovh: new provider ( #12669 )
...
* vendor: add go-ovh
* provider/ovh: new provider
* provider/ovh: Adding PublicCloud User Resource
* provider/ovh: Adding VRack Attachment Resource
* provider/ovh: Adding PublicCloud Network Resource
* provider/ovh: Adding PublicCloud Subnet Resource
* provider/ovh: Adding PublicCloud Regions Datasource
* provider/ovh: Adding PublicCloud Region Datasource
* provider/ovh: Fix Acctests using project's regions
2017-05-16 17:26:43 +03:00
Jake Champlin
048767d591
Merge pull request #14537 from Mongey/cm-vault-auth-backend-docs
...
Add docs for vault_auth_backend
2017-05-16 09:22:15 -04:00
Conor Mongey
74252b269f
Add docs for vault_auth_backend
2017-05-16 14:09:44 +01:00
Kit Ewbank
36888278b5
Add 'aws_default_vpc_dhcp_options' resource. ( #14475 )
2017-05-16 11:44:23 +03:00
Kit Ewbank
534dca00b2
Add 'aws_default_subnet' resource. ( #14476 )
2017-05-16 11:40:56 +03:00
Paul Stack
2276e981ee
provider/aws: Add new aws_db_snapshot data source ( #10291 )
...
* provider/aws: Add ability to create AWS DB Snapshots
* provider/aws: Add AWS DB Snapshot resource acceptance tests
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSDBSnapshot_
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/11/22 18:24:05 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSDBSnapshot_ -timeout 120m
=== RUN TestAccAWSDBSnapshot_basic
--- PASS: TestAccAWSDBSnapshot_basic (892.75s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 892.773s
```
* provider/aws: Add new aws_db_snapshot data source
* docs/aws: Add documentation for aws_db_snapshot resource
* provider/aws: Add datasource for aws_db_snapshot acceptance tests
```
% make testacc TEST=./builtin/providers/aws
% TESTARGS='-run=TestAccAWSDbSnapshotDataSource_' 2 ↵ ✭
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/11/22 18:55:08 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestAccAWSDbSnapshotDataSource_ -timeout 120m
=== RUN TestAccAWSDbSnapshotDataSource_basic
--- PASS: TestAccAWSDbSnapshotDataSource_basic (966.68s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws966.699s
```
* docs/aws: Adding documentation for aws_db_snapshot datasource
2017-05-15 20:17:26 +03:00
Jay Wang
6ca50dd81d
[MS] provider/azurerm: New resource - Express Route Circuit ( #14265 )
...
* Adds ExpressRoute circuit documentation
* Adds tests and doc improvements
* Code for basic Express Route Circuit support
* Use the built-in validation helper
* Added ignoreCaseDiffSuppressFunc to a few fields
* Added more information to docs
* Touchup
* Moving SKU properties into a set.
* Updates doc
* A bit more tweaks
* Switch to Sprintf for test string
* Updating the acceptance test name for consistency
2017-05-14 19:30:14 +01:00
Yusuke Goto
3b14fc90d9
provider/aws: AWS WAF Regional IPSet + ByteMatchSet support ( #13705 )
...
* provider/aws: AWS WAF Regional ByteMatchSet support
* providor/aws: AWS WAF Regional IPSet support
* fix typo
* Nested ByteMatchTuples of WAF Regional support
* fix name byte_match_tuple singular WAF Regional
* update wafregional_byte_match_set doc
* fix wafregional ipset to look descriptor
* Add wafregional_byte_match_set test
* fix wafregional_ipset_descriptor to be singular
* fix newWafRegionalRetryer to receive region
* fix updateSetWR argument
* fix wafregional_ipset_descriptor doc
* Separate out logic into flatteners
* Fix failing test
2017-05-13 22:01:27 +02:00
stack72
dc00c6bc09
provider/aws: Add AWS devicefarm docs to AWS navbar
2017-05-11 14:53:49 +03:00
tombuildsstuff
21af9995e9
Fixing some broken links
2017-05-11 13:55:29 +03:00
Paddy
25ed7cc6c0
Merge pull request #14280 from hashicorp/paddy_container_versions
...
providers/google: add google_container_versions data source.
2017-05-10 15:50:16 -07:00
Paddy
1709ea4414
google_container_versions => google_container_engine_versions
...
As per feedback from @danawillow and @radeksimko.
2017-05-10 15:01:15 -07:00
Alexander
9517d80a35
provider/google: BigQuery Table ( #13743 )
...
* Add resource
* Add tests
* Add documentation
* Fix invalid comment
* Remove MinItems
* Add newline
* Store expected ID and format
* Add import note
* expiration_time can be computed if dataset has an expiration_time set
* Handle 404 using new check function
2017-05-10 10:20:39 -07:00
liz abinante!
35fc047b69
Merge pull request #14228 from hashicorp/liz/vagrant-cloud-migration-docs
...
website: copy vagrant cloud docs
2017-05-09 11:34:24 -07:00