Skip to content

Commit

Permalink
refreshing the provider for intersight version 20241004054146473 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb authored Oct 30, 2024
1 parent 4fd410a commit ce239f9
Show file tree
Hide file tree
Showing 10,361 changed files with 155,158 additions and 283,173 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.58
* Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 20241004054146473)

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

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.57
VERSION=1.0.58
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 removed examples/cloud/cloud_aws_subnet.md
Empty file.
Empty file.
Empty file removed examples/cloud/cloud_aws_volume.md
Empty file.
Empty file removed examples/cloud/cloud_aws_vpc.md
Empty file.
Empty file removed examples/cloud/cloud_regions.md
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.57"
version = "1.0.58"
}
}
}
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.57"
version = "1.0.58"
}
}
}
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.57"
version = "1.0.58"
}
}
}
Expand Down
File renamed without changes.
811 changes: 0 additions & 811 deletions intersight/data_source_intersight_cloud_aws_billing_unit.go

This file was deleted.

1,296 changes: 0 additions & 1,296 deletions intersight/data_source_intersight_cloud_aws_network_interface.go

This file was deleted.

869 changes: 0 additions & 869 deletions intersight/data_source_intersight_cloud_aws_organizational_unit.go

This file was deleted.

Loading

0 comments on commit ce239f9

Please sign in to comment.