Merge pull request #28176 from hashicorp/jbardin/destroy-doc

update destroying doc to show show more CBD detail
This commit is contained in:
James Bardin 2021-03-23 13:04:56 -04:00 committed by GitHub
commit b5e5948b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 1 deletions

View File

@ -209,6 +209,7 @@ digraph replacement {
}
a -> a_d [dir=back];
a -> b_d;
b -> a_d [dir=back];
b -> b_d;
}
@ -216,7 +217,8 @@ digraph replacement {
Order of operations:
1. `B` is destroyed AND `A` is created
1. `B` is destroyed
2. `A` is created
1. `B` is created
1. `A` is destroyed
@ -314,6 +316,7 @@ digraph replacement {
}
a -> a_d;
a -> b_d [style=dotted];
b -> a_d [style=dotted];
b -> b_d [dir=back];
}
@ -340,6 +343,7 @@ digraph replacement {
}
a -> a_d [dir=back];
a -> b_d [dir=back, style=dotted];
b -> a_d [dir=back, style=dotted];
b -> b_d [dir=back];
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB