Skip to content

Commit

Permalink
Loosen constraint for spotinst provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpSy committed Mar 26, 2024
1 parent 08031e6 commit 2b556fe
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 @@ -138,15 +138,15 @@ Folder [`examples/import-ocean-cluster/`](https://github.com/spotinst/terraform-
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.1 |
| <a name="requirement_kubernetes"></a> [kubernetes](#requirement\_kubernetes) | ~> 2.0 |
| <a name="requirement_spotinst"></a> [spotinst](#requirement\_spotinst) | >= 1.115.0, < 1.123.0 |
| <a name="requirement_spotinst"></a> [spotinst](#requirement\_spotinst) | >= 1.115.0, < 2.0.0 |
| <a name="requirement_validation"></a> [validation](#requirement\_validation) | 1.0.0 |

### Providers

| Name | Version |
|------|---------|
| <a name="provider_null"></a> [null](#provider\_null) | n/a |
| <a name="provider_spotinst"></a> [spotinst](#provider\_spotinst) | >= 1.115.0, < 1.123.0 |
| <a name="provider_spotinst"></a> [spotinst](#provider\_spotinst) | >= 1.115.0, < 2.0.0 |
| <a name="provider_validation"></a> [validation](#provider\_validation) | 1.0.0 |

### Modules
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 {
}
spotinst = {
source = "spotinst/spotinst"
version = ">= 1.115.0, < 1.123.0"
version = ">= 1.115.0, < 2.0.0"
}

validation = {
Expand Down

0 comments on commit 2b556fe

Please sign in to comment.