Skip to content

Releases: CiscoDevNet/terraform-provider-intersight

v1.0.10

11 Jun 08:57
@vvb vvb
940186e
Compare
Choose a tag to compare
  • Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 4305)
  • Fixes #95

v1.0.9

21 May 14:54
@vvb vvb
7a7b9c2
Compare
Choose a tag to compare
  • Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 4289)

v1.0.8

04 May 12:31
@vvb vvb
613dccc
Compare
Choose a tag to compare

v1.0.7

23 Apr 14:50
@vvb vvb
7e98ccb
Compare
Choose a tag to compare
  • Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 4247)
  • Fixes a typo in data sources documentation
  • Ignores tags with "cisco.meta." prefixes from drift calculation

v1.0.6

19 Apr 10:33
@vvb vvb
afd084a
Compare
Choose a tag to compare

Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 4240)
Better error handling when data sources return no results
Default values added to ObjectType and ClassId properties

v1.0.5

09 Apr 09:10
@vvb vvb
6b44edd
Compare
Choose a tag to compare
  • Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 4155).
  • Some errors are reported better instead of a generic typecasting failure message.
  • Some properties like CreateTime, Parents, Owners, Resources which were getting intentionally excluded are not included.
  • Allows the provider to work from behind a proxy server.
  • Adds usage example for over 200 resources.
  • Documentation has been enhanced to showcase the usage examples first in the resource documentation.

v1.0.4

30 Mar 15:31
@vvb vvb
001445e
Compare
Choose a tag to compare
  • Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 4136).

v1.0.3

19 Mar 07:36
@vvb vvb
9542d40
Compare
Choose a tag to compare
  • Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 3942).
  • Provides an optional wait_for_completion property to disable workflow wait feature. It is set to true by default.
    The following configuration triggers a server profile deployment and returns without waiting for the workflow completion.
resource "intersight_server_profile" "demo_profile" {
  name = "test-ci"
  action="Deploy"
  wait_for_completion=false
}
``

v1.0.2

05 Mar 14:26
@vvb vvb
c40439e
Compare
Choose a tag to compare
  • Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 3824).
  • terraform apply will wait till all workflows triggered due to the operation reach an end state.
  • Data sources now store the results as a list. The syntax to access a property in the ith index of results is data.intersight_<model_name>.<custom_name>.results[i].<property_name>

v1.0.1

26 Feb 17:52
@vvb vvb
62fceb3
Compare
Choose a tag to compare
  • Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 3714).