terraform/builtin/providers
James Healy 593a0c699b Allow dnsimple_record.priority attribute to be set (#12843)
* Allow priority attribute of dnsimple_record to be set

Some DNS record types (like MX) allow a priority to specified, and the
ability to do so is important in many environments.

This diff will change dnsimple_record.priority from computed to
optional, allowing it to be used in terraform configs like so:

    resource "dnsimple_record" "mx1" {
        domain = "example.com"
        name = ""
        value = "mx1.example.com"
        type = "MX"
        priority = "1"
    }

    resource "dnsimple_record" "mx2" {
        domain = "example.com"
        name = ""
        value = "mx2.example.com"
        type = "MX"
        priority = "2"
    }

* mention new priority attribute of dnsimple_record

* add acceptance specs for creating/updating MX records at dnsimple
2017-03-18 13:04:48 +00:00
..
alicloud
archive
arukas provider/arukas: Randomize names in acceptance tests (#12784) 2017-03-17 05:47:24 +00:00
atlas
aws Fix go vet error (#12839) 2017-03-18 12:33:05 +00:00
azure
azurerm
bitbucket
chef
circonus Add the `check_id` out parameter to `circonus_check`. (#12832) 2017-03-17 18:36:10 -04:00
clc
cloudflare
cloudstack
cobbler
consul
datadog
digitalocean
dme
dns Convert dns data tests to acceptance tests 2017-03-17 12:07:29 -04:00
dnsimple Allow dnsimple_record.priority attribute to be set (#12843) 2017-03-18 13:04:48 +00:00
docker
dyn
external
fastly
github provider/github: Randomize repo and team names in acc tests (#12802) 2017-03-17 10:47:43 +00:00
google
grafana
heroku
icinga2
ignition
influxdb
kubernetes
librato librato: Work around eventual consistency of the API (#12816) 2017-03-17 16:52:38 +00:00
logentries
mailgun
mysql
newrelic
nomad
ns1
null
openstack provider/openstack: Add timeout support for Compute resources (#12794) 2017-03-17 16:08:02 +00:00
opsgenie
packet
pagerduty provider/pagerduty: Remove legacy pagerduty vendor datasource acctest (#12803) 2017-03-17 11:06:26 +00:00
postgresql fix wrong usage of hashicorp/errwrap (#11500) 2017-01-29 19:19:48 +00:00
powerdns
profitbricks panic_prevention (#12819) 2017-03-17 18:27:21 +00:00
rabbitmq
rancher
random
rundeck
scaleway Added schema to expose public IPv6 (#12748) 2017-03-16 20:00:30 +01:00
softlayer
spotinst
statuscake
template
terraform
test
tls
triton
ultradns
vault
vcd
vsphere