Skip to content

Commit

Permalink
Updating provider to 1.0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttyso committed Jan 24, 2025
1 parent 71e79cb commit bb76b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ A Terraform module to configure Intersight Infrastructure Profiles.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >=1.3.0 |
| <a name="requirement_intersight"></a> [intersight](#requirement\_intersight) | >=1.0.59 |
| <a name="requirement_intersight"></a> [intersight](#requirement\_intersight) | >=1.0.61 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >=0.9.1 |
## Providers

| Name | Version |
|------|---------|
| <a name="provider_time"></a> [time](#provider\_time) | 0.12.1 |
| <a name="provider_intersight"></a> [intersight](#provider\_intersight) | 1.0.59 |
| <a name="provider_time"></a> [time](#provider\_time) | 0.12.1 |
## Inputs

| Name | Description | Type | Default | Required |
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.59"
version = ">=1.0.61"
}
time = {
source = "time"
Expand Down

0 comments on commit bb76b2b

Please sign in to comment.