opentofu/builtin/providers
Otto Jongerius f407eea3f7 provider/datadog: Various enhancements
- Don't drop wildcard if it's the only one.
- Remove monitor resource, it's been replaced by metric_alert,
  outlier_alert and service_check
- Refactor to be closer to the API; each resource creates exactly *one*
  resource, not 2, this removes much unneeded complexity. A warning
  threshold is now supported by the API.
- Remove fuzzy resources like graph, and resources that used them for
  dashboard and screenboards. I'd welcome these resources, but the
  current state of Terraform and the Datadog API does not allow these to
  be implemented in a clean way.
- Support multiple thresholds for metric alerts, remove notify argument.
2016-02-22 15:02:50 -05:00
..
atlas Use built-in schema.HashString. 2016-02-07 16:29:34 -08:00
aws Fix format string making vet fail 2016-02-22 13:34:15 -05:00
azure Enable go vet -unusedresult check and fix warnings. 2016-02-17 11:59:50 -08:00
azurerm provider/azurerm: Add documentation for the azurerm_search_service 2016-02-19 00:57:51 +00:00
chef provider/chef: Fix go vet issues 2016-02-18 09:42:00 -08:00
cloudflare provider/cloudflare: Change CloudFlare record TTL property to be 2016-02-07 22:33:21 +00:00
cloudstack Policing up the new tags code from @Carles-Figuerola 2016-01-22 12:13:26 +01:00
consul consul: Fix several problems w/ consul_keys update 2016-01-26 14:46:26 -06:00
datadog provider/datadog: Various enhancements 2016-02-22 15:02:50 -05:00
digitalocean Fix typo 2016-02-22 13:31:59 -05:00
dme provider/dme: Add support for gtdLocation 2016-01-20 20:23:29 -05:00
dnsimple “DNS Simple” should be “DNSimple” 2015-07-17 23:18:28 -04:00
docker Merge pull request #5046 from tpounds/use-built-in-schema-string-hash 2016-02-12 07:58:34 -06:00
dyn add Mutex so that we only do one Dyn operation at a time (extra thanks to @daveadams) 2015-09-21 10:01:32 -04:00
google Merge pull request #5241 from sl1pm4t/b-google-network-backcompat 2016-02-22 13:11:42 -05:00
heroku Enable go vet -composites check and fix warnings. 2016-02-17 11:59:50 -08:00
mailgun mailgun: fixup go vet problem in test 2016-01-21 13:02:26 -06:00
mysql mysql provider and mysql_database resource. 2015-12-16 17:59:35 -08:00
null Merge pull request #3244 from Banno/make-null-resource-more-useful 2015-10-27 13:30:54 -05:00
openstack Merge pull request #5106 from kars7e/master 2016-02-18 20:26:44 -07:00
packet Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
postgresql Fixing yet more gofmt errors with imports 2015-12-21 09:54:24 +00:00
powerdns Fix record id parsing for hyphened hostnames (#5228) 2016-02-20 12:11:51 +02:00
rundeck Only refresh project name if Rundeck server provides it. 2015-12-13 17:38:08 -08:00
statuscake Fix go vet -unreachable warnings. 2016-02-17 11:59:50 -08:00
template providers/template: don't use config/lang 2016-02-03 13:24:04 -05:00
terraform provider/terraform: test fixture 2015-05-07 09:59:23 -07:00
tls Enable go vet -unusedresult check and fix warnings. 2016-02-17 11:59:50 -08:00
vcd When creating a new VApp wait for the VM to be given an IP address if using DHCP 2016-02-18 14:44:18 -08:00
vsphere Fix additional vet warnings 2016-02-17 11:59:50 -08:00