Skip to content

Commit

Permalink
published organization module
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttyso committed Aug 23, 2024
1 parent 3fadd8d commit 674e5b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ terraform.exe apply "main.plan"

| Name | Source | Version |
|------|--------|---------|
| <a name="module_organizations"></a> [organizations](#module\_organizations) | /home/tyscott/terraform-cisco-modules/terraform-intersight-organizations | n/a |
| <a name="module_organizations"></a> [organizations](#module\_organizations) | terraform-cisco-modules/organizations/intersight | 4.2.11-17769 |
| <a name="module_pools"></a> [pools](#module\_pools) | terraform-cisco-modules/pools/intersight | 4.2.11-17769 |
| <a name="module_policies"></a> [policies](#module\_policies) | terraform-cisco-modules/policies/intersight | 4.2.11-17769 |
| <a name="module_profiles"></a> [profiles](#module\_profiles) | terraform-cisco-modules/profiles/intersight | 4.2.11-17769 |
Expand Down
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ data "utils_yaml_merge" "model" {
# GUI Location: Settings > Organizations/Resource Groups
#_________________________________________________________________________________________
module "organizations" {
source = "/home/tyscott/terraform-cisco-modules/terraform-intersight-organizations"
# source = "terraform-cisco-modules/pools/intersight"
# version = "4.2.11-17769"
# source = "/home/tyscott/terraform-cisco-modules/terraform-intersight-organizations"
source = "terraform-cisco-modules/organizations/intersight"
version = "4.2.11-17769"
for_each = { for i in ["map"] : i => i if length([setsubtract(keys(local.model), local.non_orgs)]) > 0 }
global_settings = local.global_settings
model = { for k, v in local.model : k => v if length(regexall("^global_settings|intersight$", k)) == 0 }
Expand Down

0 comments on commit 674e5b1

Please sign in to comment.