An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Developed by: Cisco](https://img.shields.io/badge/Developed%20by-Cisco-blue)](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 |