Skip to content

Commit c23009c

Browse files
committed
updating to provider 1.0.59
1 parent 0969d42 commit c23009c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ A Terraform module to configure Intersight Infrastructure Pools.
1717
| Name | Version |
1818
|------|---------|
1919
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >=1.3.0 |
20-
| <a name="requirement_intersight"></a> [intersight](#requirement\_intersight) | >=1.0.58 |
20+
| <a name="requirement_intersight"></a> [intersight](#requirement\_intersight) | >=1.0.59 |
2121
## Providers
2222

2323
| Name | Version |
2424
|------|---------|
25-
| <a name="provider_intersight"></a> [intersight](#provider\_intersight) | 1.0.51 |
25+
| <a name="provider_intersight"></a> [intersight](#provider\_intersight) | 1.0.59 |
2626
## Modules
2727

2828
No modules.

provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
required_providers {
99
intersight = {
1010
source = "CiscoDevNet/intersight"
11-
version = ">=1.0.58"
11+
version = ">=1.0.59"
1212
}
1313
}
1414
required_version = ">=1.3.0"

0 commit comments

Comments
 (0)