Skip to content

Commit b7a4195

Browse files
authored
Merge pull request #75 from 3pings/main
Fixed Issue 73 and 74
2 parents a4d67d6 + 27fbb07 commit b7a4195

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,5 +321,5 @@ variable "tags" {
321321

322322
| Name | Description |
323323
|------|-------------|
324-
| <a name="output_cluster_moid"></a> [cluster\_moid](#output\_cluster\_moid) | n/a |
324+
| <a name="output_cluster_profile_moid"></a> [cluster\_profile\_moid](#output\_cluster\_profile\_moid) | n/a |
325325
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

modules/infra_config_policy/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data "intersight_organization_organization" "this" {
66
data "intersight_asset_target" "this" {
77
name = var.vmConfig.targetName
88
target_type = trimspace(<<-EOT
9-
%{if lower(var.vmConfig.platformType) == "esxi" || "esx"~}${"VmwareVcenter"}%{endif~}
9+
%{if lower(var.vmConfig.platformType) == "esxi"~}${"VmwareVcenter"}%{endif~}
1010
%{if lower(var.vmConfig.platformType) == "iwe"~}${"IWE"}%{endif~}
1111
EOT
1212
)

output.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
output "cluster_moid" {
1+
output "cluster_profile_moid" {
22
value = module.cluster_profile.cluster_moid
33
}

0 commit comments

Comments
 (0)