Skip to content

Commit cfd879f

Browse files
chore(deps): update terraform plural to v0.2.25
1 parent ec48e60 commit cfd879f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

example/cluster/aws/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
plural = {
44
source = "pluralsh/plural"
5-
version = "0.0.1"
5+
version = "0.2.25"
66
}
77
}
88
}

example/cluster/azure/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
plural = {
44
source = "pluralsh/plural"
5-
version = "0.0.1"
5+
version = "0.2.25"
66
}
77
}
88
}

example/service/git/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
plural = {
44
source = "pluralsh/plural"
5-
version = "0.0.1"
5+
version = "0.2.25"
66
}
77
}
88
}

example/stack/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
plural = {
44
source = "pluralsh/plural"
5-
version = "0.0.1"
5+
version = "0.2.25"
66
}
77
}
88
}

0 commit comments

Comments
 (0)