Skip to content

Commit

Permalink
updating to provider version 1.0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttyso committed Nov 18, 2024
1 parent 4c876be commit 0969d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A Terraform module to configure Intersight Infrastructure Pools.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >=1.3.0 |
| <a name="requirement_intersight"></a> [intersight](#requirement\_intersight) | >=1.0.57 |
| <a name="requirement_intersight"></a> [intersight](#requirement\_intersight) | >=1.0.58 |
## Providers

| Name | Version |
Expand Down
2 changes: 1 addition & 1 deletion provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
intersight = {
source = "CiscoDevNet/intersight"
version = ">=1.0.57"
version = ">=1.0.58"
}
}
required_version = ">=1.3.0"
Expand Down

0 comments on commit 0969d42

Please sign in to comment.