opentofu/builtin/providers
Martin Atkins f95dccf1b3 provider/null: null_data_source data source
A companion to the null_resource resource, this is here primarily to
enable manual quick testing of data sources workflows without depending
on any external services.

The "inputs" map gets copied to the computed "outputs" map on read,
"rand" gives a random number to exercise cases with constantly-changing
values (an anti-pattern!), and "has_computed_default" is settable in
config but computed if not set.
2016-05-14 08:26:37 -07:00
..
atlas Use built-in schema.HashString. 2016-02-07 16:29:34 -08:00
aws provider/aws: Add support for kms_key_id to aws_db_instance (#6651) 2016-05-13 11:20:29 -05:00
azure provider/azure: Randomize DNS Server acctest names 2016-04-27 12:12:53 -05:00
azurerm provider/azurerm: Fixing Acceptance Test for VM tags (#6589) 2016-05-10 22:31:56 +01:00
chef provider/chef: Fix go vet issues 2016-02-18 09:42:00 -08:00
clc [clc] add missing ForceNew on several fields 2016-05-11 11:39:35 -07:00
cloudflare providers/cloudflare: use cloudflare-go 2016-05-03 09:48:50 -07:00
cloudstack Use the new functionality offered by the go-cloudstack package 2016-04-22 12:23:47 +02:00
cobbler provider/cobbler: acc tests TF and script tweaks 2016-04-16 08:55:45 -05:00
consul consul_key_prefix resource 2016-04-02 20:37:11 -07:00
datadog provider/datadog: fix code to match schema 2016-05-05 16:51:17 -07:00
digitalocean provider/digitalocean: Check for nil response 2016-03-21 14:25:11 +00: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 provider/docker: don't crash with empty commands 2016-04-29 18:54:45 -05: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
fastly provider/fastly: Add support for Conditions for Fastly Services (#6481) 2016-05-09 14:08:13 -04:00
github Add support for the Base URL endpoint so the GitHub provider can support GitHub Enterprise (#6434) 2016-05-09 19:22:53 +01:00
google Merge pull request #6574 from uber/b-gcp-acc-test-env 2016-05-13 17:29:56 -04:00
heroku builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
influxdb provider/influxdb: vendor dependencies 2016-03-20 14:55:48 -05:00
librato provider/librato: Use metric name created by agent 2016-04-29 16:27:51 -05:00
mailgun builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
mysql mysql provider and mysql_database resource. 2015-12-16 17:59:35 -08:00
null provider/null: null_data_source data source 2016-05-14 08:26:37 -07:00
openstack provider/openstack: Neutron security group resources 2016-05-03 09:18:48 +00:00
packet Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
postgresql provider/postgresql: default ssl_mode is "prefer" 2016-04-17 08:32:02 -07:00
powerdns Use schema funcs for reading values from the env 2016-04-08 17:28:54 -04:00
rundeck Only refresh project name if Rundeck server provides it. 2015-12-13 17:38:08 -08:00
softlayer Added softlayer virtual guest and ssh keys functionality: 2016-05-03 15:58:58 -05:00
statuscake Fix go vet -unreachable warnings. 2016-02-17 11:59:50 -08:00
template deps: Update call sites of hil.Eval from update 2016-04-18 16:37:12 -07:00
terraform helper/schema: emit warning when using data source resource shim 2016-05-14 08:26:36 -07:00
test helper/schema: Normalize bools to "true"/"false" in diffs 2016-05-05 09:00:58 -05:00
tls state: Add support for outputs of multiple types 2016-05-10 14:40:12 -04:00
triton provider/triton: Import triton_machine resources 2016-05-11 13:02:36 -07:00
ultradns UltraDNS Provider 2016-03-20 12:10:59 -05:00
vcd builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
vsphere disable unsupported customization parameters (#6656) 2016-05-13 15:56:15 +01:00