https://github.com/terraform-cisco-modules/terraform-intersight-profiles-domain
Terraform - Intersight > Profiles > Domain Module
https://github.com/terraform-cisco-modules/terraform-intersight-profiles-domain
Last synced: about 2 months ago
JSON representation
Terraform - Intersight > Profiles > Domain Module
- Host: GitHub
- URL: https://github.com/terraform-cisco-modules/terraform-intersight-profiles-domain
- Owner: terraform-cisco-modules
- License: gpl-3.0
- Created: 2022-09-21T18:58:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T17:52:14.000Z (about 1 year ago)
- Last Synced: 2025-02-02T13:35:23.295Z (4 months ago)
- Language: HCL
- Size: 83 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- 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 - Domain Profiles Module
A Terraform module to configure Intersight Infrastructure Domain 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.37 |
| [time](#requirement\_time) | >=0.9.1 |
## Providers| Name | Version |
|------|---------|
| [intersight](#provider\_intersight) | 1.0.44 |
| [time](#provider\_time) | 0.10.0 |
## 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 |
## Outputs| Name | Description |
|------|-------------|
| [data\_policies](#output\_data\_policies) | n/a |
| [domains](#output\_domains) | Moid of the Domain Cluster Profiles |
| [switch\_profiles](#output\_switch\_profiles) | Moid and Policies of the Domain Switch Profiles |
## Resources| Name | Type |
|------|------|
| [intersight_fabric_switch_cluster_profile.map](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/fabric_switch_cluster_profile) | resource |
| [intersight_fabric_switch_profile.map](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/fabric_switch_profile) | resource |
| [time_sleep.map](https://registry.terraform.io/providers/time/latest/docs/resources/sleep) | resource |
| [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 |