File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
modules/infra_config_policy Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ data "intersight_organization_organization" "this" {
66data "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 )
Original file line number Diff line number Diff line change 1- output "cluster_moid " {
1+ output "cluster_profile_moid " {
22 value = module. cluster_profile . cluster_moid
33}
You can’t perform that action at this time.
0 commit comments