Skip to content

Commit

Permalink
updated required provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
3pings committed Mar 25, 2024
1 parent 425b089 commit b182a1b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ module "edge-demo-module" {
]
# Cluster VIP to be used with KubeVIP If not using Overlay
# cluster_vip = "10.100.100.32"
# cluster_vip = "10.10.100.5"
# Overlay CIDR Range
overlay_cidr_range = "100.64.128.1/18"
overlay_cidr_range = "100.64.128.0/18"
# Node Pools for Cluster
machine_pools = [
Expand Down Expand Up @@ -125,20 +125,21 @@ module "edge-demo-module" {
]
}
```
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
| <a name="requirement_spectrocloud"></a> [spectrocloud](#requirement\_spectrocloud) | >= 0.17.4 |
| <a name="requirement_spectrocloud"></a> [spectrocloud](#requirement\_spectrocloud) | >= 0.16.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_spectrocloud"></a> [spectrocloud](#provider\_spectrocloud) | >= 0.17.4 |
| <a name="provider_spectrocloud"></a> [spectrocloud](#provider\_spectrocloud) | >= 0.16.1 |

## Modules

Expand Down
4 changes: 2 additions & 2 deletions examples/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ module "edge-demo-module" {
]

# Cluster VIP to be used with KubeVIP If not using Overlay
# cluster_vip = "10.100.100.32"
# cluster_vip = "10.10.100.5"

# Overlay CIDR Range
overlay_cidr_range = "100.64.128.1/18"
overlay_cidr_range = "100.64.128.0/18"

# Node Pools for Cluster
machine_pools = [
Expand Down
2 changes: 1 addition & 1 deletion providers.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
spectrocloud = {
version = ">= 0.17.4"
version = ">= 0.16.1"
source = "spectrocloud/spectrocloud"
}
}
Expand Down

0 comments on commit b182a1b

Please sign in to comment.