Skip to content

Commit

Permalink
refreshing the provider for intersight version 4903 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb authored Nov 22, 2021
1 parent b96a88e commit ad40aac
Show file tree
Hide file tree
Showing 12,040 changed files with 27,571 additions and 61,805 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Logs

## v1.0.19
* Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 4903)

## v1.0.18
* Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 4870)

Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME=intersight
VERSION=1.0.18
VERSION=1.0.19
TEST?=$$(go list ./... |grep -v 'vendor')
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
WEBSITE_REPO=github.com/hashicorp/terraform-website
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion examples/firmware/firmware_bios_descriptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
resource "intersight_firmware_bios_descriptor" "firmware_bios_descriptor1" {
description = "firmware bios descriptor"
model = "N20-B6620-1"
version = "S5500.86B.01.00.0036-191.0.1820091126"
version = "S5500.86B.01.00.0036-191.0.1920091126"
vendor = "Cisco Systems Inc"
revision = "0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/sample_modules/os_install/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
intersight = {
source = "CiscoDevNet/intersight"
version = "1.0.18"
version = "1.0.19"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/sample_modules/server_configurations/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
intersight = {
source = "CiscoDevNet/intersight"
version = "1.0.18"
version = "1.0.19"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/sample_modules/server_deployment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
intersight = {
source = "CiscoDevNet/intersight"
version = "1.0.18"
version = "1.0.19"
}
}
}
Expand Down
Loading

0 comments on commit ad40aac

Please sign in to comment.