Last active
April 20, 2021 20:32
-
-
Save stevenpitts/b21fa6a90ca1eba44a2047a009a4b72a to your computer and use it in GitHub Desktop.
Collapsible markdown copypasta
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<details><summary>Terraform plan</summary> | |
<p> | |
```terraform | |
------------------------------------------------------------------------ | |
An execution plan has been generated and is shown below. | |
(blah blah blah) | |
Plan: 0 to add, 4 to change, 0 to destroy. | |
------------------------------------------------------------------------ | |
``` | |
</p> | |
</details> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment