Skip to content

Commit dcd33f2

Browse files
committed
Update demo runbook to use modern block names
1 parent b3b6cb3 commit dcd33f2

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

testdata/runbook-with-inline-boilerplate/runbook.mdx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ resource "aws_s3_bucket" "example" {
5656

5757
## Boielrplate config 2
5858

59-
<BoilerplateInputs id="test2" templatePath="." />
59+
<Inputs id="test2" path="." />
6060

6161
### Code snippet 2
6262

@@ -133,14 +133,3 @@ You can also manually initialize variables in a TemplateInline:
133133
1. The module will output the HTTP URL endpoint for the function in the format, The Amazon Resource Name (ARN) of the function, and generated ID for the endpoint.
134134
1. When you're done testing, to undeploy everything, run `terraform destroy`.
135135

136-
## Example Commands
137-
138-
Here are some example commands you can run:
139-
140-
<HelloWorld message="This is the first MDX component!" />
141-
142-
<HelloWorld message="This is the second MDX component!" />
143-
144-
<HelloWorld message="This is the third MDX component!" />
145-
146-

0 commit comments

Comments
 (0)