https://github.com/terraform-cisco-modules/terraform-intersight-profiles
Terraform - Intersight > Profiles Module
https://github.com/terraform-cisco-modules/terraform-intersight-profiles
cisco cisco-intersight cisco-ucs intersight intersight-api terraform terraform-module terraform-modules
Last synced: about 2 months ago
JSON representation
Terraform - Intersight > Profiles Module
- Host: GitHub
- URL: https://github.com/terraform-cisco-modules/terraform-intersight-profiles
- Owner: terraform-cisco-modules
- License: gpl-3.0
- Created: 2022-09-26T19:13:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T18:50:38.000Z (4 months ago)
- Last Synced: 2025-02-02T13:35:13.152Z (4 months ago)
- Topics: cisco, cisco-intersight, cisco-ucs, intersight, intersight-api, terraform, terraform-module, terraform-modules
- Language: HCL
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://developer.cisco.com)# Terraform Intersight - Profiles Module
A Terraform module to configure Intersight Infrastructure Profiles.
### NOTE: THIS MODULE IS DESIGNED TO BE CONSUMED USING "EASY IMM"
### A comprehensive example using this module is available below:
## [Easy IMM](https://github.com/terraform-cisco-modules/easy-imm)
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >=1.3.0 |
| [intersight](#requirement\_intersight) | >=1.0.61 |
| [time](#requirement\_time) | >=0.9.1 |
## Providers| Name | Version |
|------|---------|
| [intersight](#provider\_intersight) | 1.0.59 |
| [time](#provider\_time) | 0.12.1 |
## Inputs| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [global\_settings](#input\_global\_settings) | YAML to HCL Data - global\_settings. | `any` | n/a | yes |
| [model](#input\_model) | YAML to HCL Data - model. | `any` | n/a | yes |
| [orgs](#input\_orgs) | Intersight Organizations Moid Data. | `any` | n/a | yes |
| [policies](#input\_policies) | Policies - Module Output. | `any` | n/a | yes |
| [pools](#input\_pools) | Pools - Module Output. | `any` | n/a | yes |
## Outputs| Name | Description |
|------|-------------|
| [data](#output\_data) | Moid's of the Policies/Pools/Templates that were not defined locally. |
| [profiles](#output\_profiles) | Moids of the Chassis/Domain/Server Profiles. |
| [templates](#output\_templates) | Moids of the Chassis/Domain/Server Profiles Templates. |
## Resources| Name | Type |
|------|------|
| [intersight_bulk_mo_merger.trigger_chassis_profile_update](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/bulk_mo_merger) | resource |
| [intersight_bulk_mo_merger.trigger_domain_profile_update](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/bulk_mo_merger) | resource |
| [intersight_bulk_mo_merger.trigger_profile_update](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/bulk_mo_merger) | resource |
| [intersight_bulk_mo_merger.trigger_switch_profile_update](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/bulk_mo_merger) | resource |
| [intersight_chassis_profile.deploy](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/chassis_profile) | resource |
| [intersight_chassis_profile.map](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/chassis_profile) | resource |
| [intersight_chassis_profile_template.map](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/chassis_profile_template) | resource |
| [intersight_fabric_switch_cluster_profile.map](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/fabric_switch_cluster_profile) | resource |
| [intersight_fabric_switch_cluster_profile_template.map](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/fabric_switch_cluster_profile_template) | resource |
| [intersight_fabric_switch_profile.deploy](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/fabric_switch_profile) | resource |
| [intersight_fabric_switch_profile.map](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/fabric_switch_profile) | resource |
| [intersight_fabric_switch_profile_template.map](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/fabric_switch_profile_template) | resource |
| [intersight_server_profile.deploy](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/server_profile) | resource |
| [intersight_server_profile.map](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/server_profile) | resource |
| [intersight_server_profile.reservations](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/server_profile) | resource |
| [intersight_server_profile_template.map](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/server_profile_template) | resource |
| [time_sleep.chassis](https://registry.terraform.io/providers/time/latest/docs/resources/sleep) | resource |
| [time_sleep.discovery](https://registry.terraform.io/providers/time/latest/docs/resources/sleep) | resource |
| [time_sleep.domain](https://registry.terraform.io/providers/time/latest/docs/resources/sleep) | resource |
| [time_sleep.server](https://registry.terraform.io/providers/time/latest/docs/resources/sleep) | resource |
| [intersight_chassis_profile_template.map](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/data-sources/chassis_profile_template) | data source |
| [intersight_compute_physical_summary.server](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/data-sources/compute_physical_summary) | data source |
| [intersight_equipment_chassis.chassis](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/data-sources/equipment_chassis) | data source |
| [intersight_fabric_switch_cluster_profile_template.map](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/data-sources/fabric_switch_cluster_profile_template) | data source |
| [intersight_fabric_switch_profile_template.map](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/data-sources/fabric_switch_profile_template) | data source |
| [intersight_network_element_summary.fis](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/data-sources/network_element_summary) | data source |
| [intersight_search_search_item.policies](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/data-sources/search_search_item) | data source |
| [intersight_search_search_item.pools](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/data-sources/search_search_item) | data source |
| [intersight_server_profile_template.map](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/data-sources/server_profile_template) | data source |