diff --git a/README.md b/README.md
index c62fb54..2c7821a 100644
--- a/README.md
+++ b/README.md
@@ -133,13 +133,13 @@ module "edge-demo-module" {
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3.0 |
-| [spectrocloud](#requirement\_spectrocloud) | >= 0.16.1 |
+| [spectrocloud](#requirement\_spectrocloud) | >= 0.17.4 |
## Providers
| Name | Version |
|------|---------|
-| [spectrocloud](#provider\_spectrocloud) | >= 0.16.1 |
+| [spectrocloud](#provider\_spectrocloud) | >= 0.17.4 |
## Modules
diff --git a/providers.tf b/providers.tf
index 8371c4e..5fe0284 100644
--- a/providers.tf
+++ b/providers.tf
@@ -1,7 +1,7 @@
terraform {
required_providers {
spectrocloud = {
- version = ">= 0.16.1"
+ version = ">= 0.17.4"
source = "spectrocloud/spectrocloud"
}
}