Skip to content

Commit 6fd5835

Browse files
committed
fix more ci issues
1 parent 2d7be43 commit 6fd5835

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

examples/metric_filter_basic/main.tf

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
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-
}
2+
required_version = ">= 1.3.0"
123
}
134

145
module "email_delivered_metric" {

examples/subscription_filter_basic/main.tf

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
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-
}
2+
required_version = ">= 1.3.0"
123
}
134

145
module "mailer_errors_sub" {

0 commit comments

Comments
 (0)