Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb authored Mar 5, 2021
1 parent 1b34cf7 commit c40439e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Release Date: 26th Feb 2021
Release Date: 5th Mar 2021
* 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 can now store the results as a list. To access a property in the `i`th index of results, the syntax will be `data.intersight_<model_name>.<custom_name>.results[i].<property_name>`.
* Data sources now store the results as a list. The syntax to access a property in the `i`th index of results is `data.intersight_<model_name>.<custom_name>.results[i].<property_name>`.

0 comments on commit c40439e

Please sign in to comment.