Skip to content

Commit

Permalink
chore: bump required CAST AI provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
vladklokun committed Sep 24, 2024
1 parent c7a4df2 commit ff30017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,14 +457,14 @@ terraform-docs markdown table . --output-file README.md
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 2.49 |
| <a name="requirement_castai"></a> [castai](#requirement\_castai) | ~> 7.11 |
| <a name="requirement_castai"></a> [castai](#requirement\_castai) | ~> 7.14 |
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >= 2.0.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_castai"></a> [castai](#provider\_castai) | ~> 7.11 |
| <a name="provider_castai"></a> [castai](#provider\_castai) | ~> 7.14 |
| <a name="provider_helm"></a> [helm](#provider\_helm) | >= 2.0.0 |
| <a name="provider_null"></a> [null](#provider\_null) | n/a |

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
castai = {
source = "castai/castai"
version = "~> 7.13"
version = "~> 7.14"
}
helm = {
source = "hashicorp/helm"
Expand Down

0 comments on commit ff30017

Please sign in to comment.