create a terraform module for generating oci diagrams using from graphviz, then call it with `terraform apply` ⚡
1) define resources in an `. tf` file within this new directory:
resource "oci''core''vnic_attachment" "."output diagram {value = <<EOFdigraph G {.}EOF}provider "oracleclouddevtools_analyticsapi." {}2. write a `main. tf`, then run: apply -module-path=diagram_module
3) use the output to generate an image with:
graphviz diagram''out> diagrams/my''diagrams. png
now you have your architecture in one command