[typescript] Blog Code Example is Broken #11440
Labels
area/blog
Content issues on blog posts.
needs-triage
Needs attention from the triage team
resolution/fixed
This issue was fixed
Problem description
I saw a product documentation issue on the following URL:
I saw an issue on the following blog post: https://www.pulumi.com/blog/docker-build/#getting-started
I had trouble finding the information that I needed:
Other:
Affected product version(s)
Code example for typescript is missing the
pulumi
import statement making the example broken.Suggestions for a fix
add
import * as pulumi from "@pulumi/pulumi"
The text was updated successfully, but these errors were encountered: