Bill Wang
Anthony Sceresini
# Terraform configuration
resource "aws_cloudwatch_log_subscription_filter" "logfilter" {
name = "${var.name}-logfilter"
log_group_name = "${aws_cloudwatch_log_group.applogs.name}"
filter_pattern = "."
destination_arn = "${var.destination_arn[var.region]}"
}
Hashicorp doesn't have a good qa/build/release process for their software and does not follow semantic versioning rules.
"terraform init" isn't compatible between 0.9 and 0.8. Now they are splitting providers and will use "init" to install providers as plugin in version 0.10