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 cd91d12 commit 89692ea
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 Policies.
| 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 |
## 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.59"
version = ">=1.0.61"
}
}
required_version = ">=1.3.0"
Expand Down

0 comments on commit 89692ea

Please sign in to comment.