Skip to content

Commit

Permalink
refreshing the provider for build 4334 (#101)
Browse files Browse the repository at this point in the history
* refreshing the provider for build 4334

* updating changelog and versions
  • Loading branch information
vvb authored Jun 21, 2021
1 parent 940186e commit 82ca262
Show file tree
Hide file tree
Showing 10,908 changed files with 134,109 additions and 63,266 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Logs

## v1.0.11
Release Date: 21 June 2021
* Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 4334)
* Fixes an issue with flatten functions that was causing some reads to panic

## v1.0.10
Release Date: 11th June 2021
* Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 4305)
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.10
VERSION=1.0.11
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.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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.10"
version = "1.0.11"
}
}
}
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.10"
version = "1.0.11"
}
}
}
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.10"
version = "1.0.11"
}
}
}
Expand Down
Loading

0 comments on commit 82ca262

Please sign in to comment.