We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce2561 commit d16b7fdCopy full SHA for d16b7fd
examples/typescript/documentation/functions.ts
@@ -45,7 +45,7 @@ export class FunctionsStack extends TerraformStack {
45
// DOCS_BLOCK_END:functions
46
47
// DOCS_BLOCK_START:conditional
48
- new AwsInstance(this, "web", {
+ new Instance(this, "web", {
49
ami: "ami-2757f631",
50
count: Token.as_number(
51
Fn.conditional(Op.eq(Token.as_any("terraform.workspace"), "prod"), 2, 1)
0 commit comments