Skip to content

Commit

Permalink
chore(deps): update terraform plural to v0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-copilot[bot] committed Oct 11, 2024
1 parent 85c5978 commit b58e08d
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion example/cluster/byok/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
plural = {
source = "pluralsh/plural"
version = "0.2.1"
version = "0.2.18"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/customstackrun/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
plural = {
source = "pluralsh/plural"
version = "0.2.1"
version = "0.2.18"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/gitrepository/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
plural = {
source = "pluralsh/plural"
version = "0.2.1"
version = "0.2.18"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/globalservice/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
plural = {
source = "pluralsh/plural"
version = "0.2.1"
version = "0.2.18"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/oidcprovider/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
plural = {
source = "pluralsh/plural"
version = "0.2.1"
version = "0.2.18"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/prautomation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
plural = {
source = "pluralsh/plural"
version = "0.2.1"
version = "0.2.18"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/project/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
plural = {
source = "pluralsh/plural"
version = "0.2.1"
version = "0.2.18"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/service/helm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
plural = {
source = "pluralsh/plural"
version = "0.2.1"
version = "0.2.18"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/servicecontext/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
plural = {
source = "pluralsh/plural"
version = "0.2.1"
version = "0.2.18"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/sharedsecret/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
plural = {
source = "pluralsh/plural"
version = "0.2.1"
version = "0.2.18"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/stackruntrigger/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
plural = {
source = "pluralsh/plural"
version = "0.2.1"
version = "0.2.18"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/user/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
plural = {
source = "pluralsh/plural"
version = "0.2.1"
version = "0.2.18"
}
}
}
Expand Down

0 comments on commit b58e08d

Please sign in to comment.