Skip to content

Commit

Permalink
Upgrade Terraform AWS provider
Browse files Browse the repository at this point in the history
This is the minimum upgrade required to fix an issue we are having with
DNS entries flapping[1].

[1] hashicorp/terraform-provider-aws#361
  • Loading branch information
henrytk committed Aug 30, 2018
1 parent c88f3e0 commit 262aaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/plugin_cache.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
provider "aws" {
version = "1.6.0"
version = "1.8.0"
}
provider "datadog" {
version = "1.0.3"
Expand Down

0 comments on commit 262aaae

Please sign in to comment.