terraform/builtin/providers
Paul Hinze 092c268681 provider/aws: kinesis firehose stream: retry through IAM propagation
As I was fixing up the AccTests to not depend on a single existing IAM
role (which this commit does), I noticed that without some sleeping that
the kinesis_firehose_delivery_stream would often come back with:

```
msg: Firehose is unable to assume role {{arn}}. Please check the role provided.
code: InvalidArgumentException
```

Similar to the strategy taken in aws_instance with IAM Instance Profile errors,
I dropped in a simple retry loop which seemed to take care of the issue. Seems
that the same permission propagation delays apply here too.
2015-12-21 14:46:25 -06:00
..
atlas Remove no-op Updates from resource schemas 2015-10-03 14:29:19 -07:00
aws provider/aws: kinesis firehose stream: retry through IAM propagation 2015-12-21 14:46:25 -06:00
azure Update for breaking change to Azure library. 2015-12-13 14:59:24 -08:00
azurerm provider/azurerm: Clean up work for base provider 2015-12-15 18:31:02 -05:00
chef Fixing Gofmt errors 2015-12-17 00:43:50 +01:00
cloudflare providers/cloudflare: if resource no longer exists, set ID to "" 2015-06-28 23:28:12 -07:00
cloudstack Change all firewall related resources to take a cidr_list 2015-12-03 15:34:53 +01:00
consul acc tests: ensure each resource has a _basic test 2015-06-07 18:18:14 -05:00
digitalocean Fix errors with gofmt compliance 2015-12-17 12:35:19 -05:00
dme Use cleanhttp for new http clients 2015-10-22 14:23:59 -04:00
dnsimple “DNS Simple” should be “DNSimple” 2015-07-17 23:18:28 -04:00
docker Fixing yet more gofmt errors with imports 2015-12-21 09:54:24 +00: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 Fixing Gofmt errors 2015-12-17 00:43:50 +01:00
heroku provider/heroku: fix acc test 2015-11-20 10:51:34 -06:00
mailgun
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 #4288 from jtopjian/jtopjian-openstack-bfv-set2list 2015-12-16 23:05:00 -07:00
packet Populate the provisioner connection info for packet.net devices with the ipv4 public address 2015-11-16 21:02:57 -08:00
postgresql Fixing yet more gofmt errors with imports 2015-12-21 09:54:24 +00:00
rundeck Only refresh project name if Rundeck server provides it. 2015-12-13 17:38:08 -08:00
statuscake Added some acceptance tests for the statuscake provider 2015-11-27 15:03:13 +00:00
template Alters template provider to use a fork of multipart. 2015-12-21 13:32:26 -05:00
terraform
tls provider/tls: add locally signed certificates 2015-11-15 20:23:40 -05:00
vcd Fixing yet more gofmt errors with imports 2015-12-21 09:54:24 +00:00
vsphere Fix errors with gofmt compliance 2015-12-17 12:35:19 -05:00