Skip to content

Commit

Permalink
refreshing the provider for intersight version 5517 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb authored Mar 14, 2022
1 parent d3206e1 commit f2c807a
Show file tree
Hide file tree
Showing 14 changed files with 1,498 additions and 1,494 deletions.
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.25
* Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 5517)

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

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.24
VERSION=1.0.25
TEST?=$$(go list ./... |grep -v 'vendor')
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
WEBSITE_REPO=github.com/hashicorp/terraform-website
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.24"
version = "1.0.25"
}
}
}
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.24"
version = "1.0.25"
}
}
}
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.24"
version = "1.0.25"
}
}
}
Expand Down
2,764 changes: 1,382 additions & 1,382 deletions intersight/flatten_functions_test.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions intersight/resource_intersight_server_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -1917,6 +1917,7 @@ func resourceServerProfileCreate(c context.Context, d *schema.ResourceData, meta
log.Printf("Moid: %s", resultMo.GetMoid())
d.SetId(resultMo.GetMoid())
if deploy_flag {
time.Sleep(5 * time.Second)
o.SetAction("Deploy")
r := conn.ApiClient.ServerApi.UpdateServerProfile(conn.ctx, d.Id()).ServerProfile(*o)
result, _, responseErr := r.Execute()
Expand Down
2 changes: 1 addition & 1 deletion tests/common/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.24"
version = "1.0.25"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/data_sources/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.24"
version = "1.0.25"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/iks/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.24"
version = "1.0.25"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/only_post/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.24"
version = "1.0.25"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/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.24"
version = "1.0.25"
}
}
}
Expand Down
24 changes: 12 additions & 12 deletions website/docs/r/asset_target.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,18 @@ $ terraform import intersight_asset_target.example 1234567890987654321abcde
```
## Allowed Types in `AdditionalProperties`

### [asset.OrchestrationService](#argument-reference)
OrchestrationService provides the necessary configuration details to enable Intersight Orchestration on the selected managed target. Subject to licensing.

### [asset.TerraformIntegrationService](#argument-reference)
TerraformIntegrationService provides the necessary configuration details to enable Intersight Cloud Region on the selected Terraform Cloud.

### [asset.VirtualizationService](#argument-reference)
The necessary configuration details to enable Intersight Virtualization features on the selected managed target.

### [asset.WorkloadOptimizerService](#argument-reference)
WorkloadOptimizerService provides the necessary configuration details to enable Intersight Workflow Optimizer on the selected managed target. Subject to licensing.

### [asset.CloudConnection](#argument-reference)
CloudConnection provides the necessary details for Intersight to connect to and authenticate with a target at a well-known service address. The service address is inferred based upon the target type. For example Amazon Web Services.

Expand All @@ -179,16 +191,4 @@ ScopedTargetConnection provides the necessary details for Intersight to connect
SshConnection provides the necessary details for Intersight to connect and authenticate with a managed target over an SSH connection.
* `management_address`:(string) The DNS hostname or IP Address, either IPv4 or IPv6, to be used to connect to the managed target.
* `port`:(int) The port number to be used to connect to the managed target. Valid values are 1 - 65535. If not provided, a default port of 22 is used to establish the SSH connection to the given target.

### [asset.OrchestrationService](#argument-reference)
OrchestrationService provides the necessary configuration details to enable Intersight Orchestration on the selected managed target. Subject to licensing.

### [asset.TerraformIntegrationService](#argument-reference)
TerraformIntegrationService provides the necessary configuration details to enable Intersight Cloud Region on the selected Terraform Cloud.

### [asset.VirtualizationService](#argument-reference)
The necessary configuration details to enable Intersight Virtualization features on the selected managed target.

### [asset.WorkloadOptimizerService](#argument-reference)
WorkloadOptimizerService provides the necessary configuration details to enable Intersight Workflow Optimizer on the selected managed target. Subject to licensing.

Loading

0 comments on commit f2c807a

Please sign in to comment.