Skip to content

Commit d16b7fd

Browse files
committed
typo
1 parent 5ce2561 commit d16b7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/typescript/documentation/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class FunctionsStack extends TerraformStack {
4545
// DOCS_BLOCK_END:functions
4646

4747
// DOCS_BLOCK_START:conditional
48-
new AwsInstance(this, "web", {
48+
new Instance(this, "web", {
4949
ami: "ami-2757f631",
5050
count: Token.as_number(
5151
Fn.conditional(Op.eq(Token.as_any("terraform.workspace"), "prod"), 2, 1)

0 commit comments

Comments
 (0)