Skip to content

Commit

Permalink
minor update to point to correct front end module
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttyso committed Aug 6, 2023
1 parent 34cf4a7 commit 807573b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ content: |-
[![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 Profiles Module
# Terraform Intersight - Profiles Module
A Terraform module to configure Intersight Profiles.
A Terraform module to configure Intersight Infrastructure Profiles.
This module is part of the Cisco [*Intersight as Code*](https://cisco.com/go/intersightascode) project. Its goal is to allow users to instantiate network fabrics in minutes using an easy to use, opinionated data model. It takes away the complexity of having to deal with references, dependencies or loops. By completely separating data (defining variables) from logic (infrastructure declaration), it allows the user to focus on describing the intended configuration while using a set of maintained and tested Terraform Modules without the need to understand the low-level Intersight object model.
### NOTE: THIS MODULE IS DESIGNED TO BE CONSUMED USING "EASY IMM"
A comprehensive example using this module is available here: https://github.com/terraform-cisco-modules/iac-intersight-comprehensive-example
### A comprehensive example using this module is available below:
## [Easy IMM](https://github.com/terraform-cisco-modules/easy-imm)
{{ .Requirements }}
{{ .Providers }}
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
[![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 Profiles Module
# Terraform Intersight - Profiles Module

A Terraform module to configure Intersight Profiles.
A Terraform module to configure Intersight Infrastructure Profiles.

This module is part of the Cisco [*Intersight as Code*](https://cisco.com/go/intersightascode) project. Its goal is to allow users to instantiate network fabrics in minutes using an easy to use, opinionated data model. It takes away the complexity of having to deal with references, dependencies or loops. By completely separating data (defining variables) from logic (infrastructure declaration), it allows the user to focus on describing the intended configuration while using a set of maintained and tested Terraform Modules without the need to understand the low-level Intersight object model.
### NOTE: THIS MODULE IS DESIGNED TO BE CONSUMED USING "EASY IMM"

A comprehensive example using this module is available here: https://github.com/terraform-cisco-modules/iac-intersight-comprehensive-example
### A comprehensive example using this module is available below:

## [Easy IMM](https://github.com/terraform-cisco-modules/easy-imm)

## Requirements

Expand Down

0 comments on commit 807573b

Please sign in to comment.