generated from honeycombio/.github
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
terraform-provider-aws 3.42.0 supports the aws_cloudwatch_metric_stre…
…am resource See: hashicorp/terraform-provider-aws#19429 (which superseded hashicorp/terraform-provider-aws#18870). Which means we can remove all the clunky run-your-own-forked-provider junk. Yay!
- Loading branch information
Showing
3 changed files
with
3 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
terraform { | ||
# TODO: not sure we need >= 0.13! But it's what we can test against. | ||
# TODO: not sure we need >= 0.13! But it's what we've tested against. | ||
required_version = ">= 0.13" | ||
required_providers { | ||
aws = { | ||
source = "hashicorp/aws" | ||
version = "> 0.0.0" # TODO: pending https://github.com/hashicorp/terraform-provider-aws/pull/18870 | ||
version = ">= 3.42.0" | ||
} | ||
} | ||
} |