terraform/builtin/providers
Paul Stack 987b910828 Ns1 provider (#10782)
* vendor: update gopkg.in/ns1/ns1-go.v2

* provider/ns1: Port the ns1 provider to Terraform core

* docs/ns1: Document the ns1 provider

* ns1: rename remaining nsone -> ns1 (#10805)

* Ns1 provider (#11300)

* provider/ns1: Flesh out support for meta structs.

Following the structure outlined by @pashap.

Using reflection to reduce copy/paste.

Putting metas inside single-item lists.  This is clunky, but I couldn't
figure out how else to have a nested struct.  Maybe the Terraform people
know a better way?

Inside the meta struct, all fields are always written to the state; I
can't figure out how to omit fields that aren't used.  This is not just
verbose, it actually causes issues because you can't have both "up" and
"up_feed" set).

Also some minor other changes:
- Add "terraform" import support to records and zones.
- Create helper class StringEnum.

* provider/ns1: Make fmt

* provider/ns1: Remove stubbed out RecordRead (used for testing metadata change).

* provider/ns1: Need to get interface that m contains from Ptr Value with Elem()

* provider/ns1: Use empty string to indicate no feed given.

* provider/ns1: Remove old record.regions fields.

* provider/ns1: Removes redundant testAccCheckRecordState

* provider/ns1: Moves account permissions logic to permissions.go

* provider/ns1: Adds tests for team resource.

* provider/ns1: Move remaining permissions logic to permissions.go

* ns1/provider: Adds datasource.config

* provider/ns1: Small clean up of datafeed resource tests

* provider/ns1: removes testAccCheckZoneState in favor of explicit name check

* provider/ns1: More renaming of nsone -> ns1

* provider/ns1: Comment out metadata for the moment.

* Ns1 provider (#11347)

* Fix the removal of empty containers from a flatmap

Removal of empty nested containers from a flatmap would sometimes fail a
sanity check when removed in the wrong order. This would only fail
sometimes due to map iteration. There was also an off-by-one error in
the prefix check which could match the incorrect keys.

* provider/ns1: Adds ns1 go client through govendor.

* provider/ns1: Removes unused debug line

* docs/ns1: Adds docs around apikey/datasource/datafeed/team/user/record.

* provider/ns1: Gets go vet green
2017-01-23 21:41:07 +00:00
..
alicloud update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
archive provider/archive: Test that archive_file hashes seem plausible 2016-12-24 11:52:17 -08:00
atlas
aws Merge pull request #11358 from radeksimko/f-aws-skip-region-validation 2017-01-23 21:31:52 +00:00
azure
azurerm provider/azurerm: use configured environment for storage clients (#11159) 2017-01-17 16:28:24 +00:00
bitbucket
chef
clc
cloudflare Use a better format in error output 2017-01-13 15:43:47 -05:00
cloudstack
cobbler
consul
datadog Fix fmt.Errorf() formatting 2017-01-13 18:19:35 -05:00
digitalocean provider/digitalocean: Fix failing acceptance test (#11310) 2017-01-20 17:47:54 +00:00
dme
dnsimple
docker provider/docker: Add support for a list of pull_triggers within the docker_image resource. (#10845) 2017-01-03 16:10:39 +00:00
dyn
external
fastly Add request_condition to backend definistion (#11238) 2017-01-18 13:43:09 +00:00
github
google removes region param from google_compute_backend_service (#10903) 2017-01-18 23:10:43 +00:00
grafana
heroku
icinga2
ignition provider/ignition: Fix systemd unit errors 2017-01-21 00:28:04 -05:00
influxdb
librato
logentries
mailgun
mysql
newrelic provider/newrelic: Add new provider for New Relic 2016-12-15 19:14:59 +00:00
nomad
ns1 Ns1 provider (#10782) 2017-01-23 21:41:07 +00:00
null
openstack provider/openstack: Fix Instance Metadata Deletion (#11252) 2017-01-18 11:50:59 +00:00
opsgenie New Provider: OpsGenie (#11012) 2017-01-05 19:25:04 +00:00
packet
pagerduty provider/pagerduty Add delete support to pagerduty_service_integration (#10891) 2016-12-24 14:43:06 +00:00
postgresql Follow up to #11161 to fix `connection_limit` updates to a ROLE. 2017-01-11 16:24:00 -08:00
powerdns
profitbricks Terraform ProfitBricks Builder (#7943) 2017-01-18 14:43:09 +00:00
rabbitmq
rancher Add 'finishing-upgrade' state to rancher stack (#11019) 2017-01-04 09:16:04 +00:00
random
rundeck
scaleway provider/scaleway: fix provider configuration (#11234) 2017-01-17 12:50:10 +00:00
softlayer
statuscake Merge branch 'statuscake_adding_contact_group' of https://github.com/ldjohnson/terraform into ldjohnson-statuscake_adding_contact_group 2017-01-17 16:11:23 +00:00
template
terraform
test Add a provider test for a list of maps 2016-12-16 10:36:26 -05:00
tls
triton
ultradns ultradns providers and improvements (#9788) 2016-12-15 16:28:34 +00:00
vault provider/vault: Remove user input for optional vault provider fields (#11082) 2017-01-17 12:06:55 +00:00
vcd
vsphere vSphere Provider: If we only have one networkInterface, deviceID should (#8276) 2017-01-20 14:11:24 +00:00