This implementation is missing in version 2.18.0 you say you have implemented it but it is completely missing in the necessary position I don't understand what kind of checks you do
terraform-aci-service-graph-template
resource "aci_rest_managed" "vnsAbsConnection_Consumer" {
dn = "${aci_rest_managed.vnsAbsGraph.dn}/AbsConnection-C1"
class_name = "vnsAbsConnection"
annotation = var.annotation
content = {
adjType = var.device_copy == true ? "L2" : "L3" <<<<<<<<I MUST HAVE THE ABILITY TO SET L3
connDir = "provider"
connType = "external"
directConnect = var.consumer_direct_connect ? "yes" : "no"
name = "C1"
unicastRoute = "yes"
}
}
I don't know what you checked but nothing was implemented
the form to check is terraform-aci-service-graph-template -> resource "aci_rest_managed" "vnsAbsConnection_Consumer"
This implementation is missing in version 2.18.0 you say you have implemented it but it is completely missing in the necessary position I don't understand what kind of checks you do
terraform-aci-service-graph-template
resource "aci_rest_managed" "vnsAbsConnection_Consumer" {
dn = "${aci_rest_managed.vnsAbsGraph.dn}/AbsConnection-C1"
class_name = "vnsAbsConnection"
annotation = var.annotation
content = {
adjType = var.device_copy == true ? "L2" : "L3" <<<<<<<<I MUST HAVE THE ABILITY TO SET L3
connDir = "provider"
connType = "external"
directConnect = var.consumer_direct_connect ? "yes" : "no"
name = "C1"
unicastRoute = "yes"
}
}
I don't know what you checked but nothing was implemented
the form to check is terraform-aci-service-graph-template -> resource "aci_rest_managed" "vnsAbsConnection_Consumer"