Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
remove = after "required_providers"
  • Loading branch information
paulgrainger85 authored Jan 17, 2025
1 parent 17a9dc3 commit fe1caa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This Terraform Provider is available to install automatically via `terraform ini

```hcl
terraform {
required_providers = {
required_providers {
source = "kestra-io/kestra"
version = "~> X.Y" # where X.Y is the current major version and minor version
}
Expand Down

0 comments on commit fe1caa4

Please sign in to comment.