We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7be43 commit 6fd5835Copy full SHA for 6fd5835
examples/metric_filter_basic/main.tf
@@ -1,14 +1,5 @@
1
terraform {
2
- required_providers {
3
- logstruct = {
4
- source = "DocSpring/logstruct"
5
- version = ">= 0.0.3"
6
- }
7
- aws = {
8
- source = "hashicorp/aws"
9
- version = ">= 5.0"
10
11
+ required_version = ">= 1.3.0"
12
}
13
14
module "email_delivered_metric" {
examples/subscription_filter_basic/main.tf
module "mailer_errors_sub" {
0 commit comments