Skip to content

Commit

Permalink
Fixed template descr
Browse files Browse the repository at this point in the history
  • Loading branch information
balnovak committed Oct 25, 2023
1 parent 69aeff2 commit e376b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndo_schemas.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ resource "mso_schema" "schema" {
content {
name = template.value.name
display_name = template.value.name
description = try(template.description, null)
description = try(template.value.description, null)
tenant_id = var.manage_tenants ? mso_tenant.tenant[template.value.tenant].id : data.mso_tenant.template_tenant[template.value.tenant].id
template_type = "aci_multi_site"
}
Expand Down

0 comments on commit e376b7c

Please sign in to comment.