Skip to content

Commit

Permalink
fix plrl provider
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 3, 2024
1 parent 7026b3c commit 8d63775
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/providers/apps/aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}
plural = {
source = "pluralsh/plural"
version = ">= 0.1.0"
version = ">= 0.0.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/providers/apps/azure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
}
plural = {
source = "pluralsh/plural"
version = ">= 0.1.0"
version = ">= 0.0.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/providers/apps/gcp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
plural = {
source = "pluralsh/plural"
version = ">= 0.1.0"
version = ">= 0.0.1"
}
}
required_version = ">= 0.13"
Expand Down

0 comments on commit 8d63775

Please sign in to comment.