We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3248afe commit 2fa00f7Copy full SHA for 2fa00f7
README.md
@@ -17,7 +17,7 @@ A Terraform module to configure Intersight Infrastructure Pools.
17
| Name | Version |
18
|------|---------|
19
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >=1.3.0 |
20
-| <a name="requirement_intersight"></a> [intersight](#requirement\_intersight) | >=1.0.51 |
+| <a name="requirement_intersight"></a> [intersight](#requirement\_intersight) | >=1.0.54 |
21
## Providers
22
23
provider.tf
@@ -8,7 +8,7 @@ terraform {
8
required_providers {
9
intersight = {
10
source = "CiscoDevNet/intersight"
11
- version = ">=1.0.51"
+ version = ">=1.0.54"
12
}
13
14
required_version = ">=1.3.0"
0 commit comments