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 b53fad1 commit d9ab8f2Copy full SHA for d9ab8f2
docs/pulumi.md
@@ -269,6 +269,8 @@ pulumi.export("cos_instance_id", cos_instance.id)
269
270
</details>
271
272
+<br/>
273
+
274
<details>
275
<summary> Example 2: VPC with Subnets and Security Groups </summary>
276
<br/>
@@ -352,6 +354,8 @@ pulumi.export("security_group_id", security_group.id)
352
354
353
355
356
357
358
359
360
<summary> Example 3: Red Hat OpenShift Cluster with a default worker pool with one worker node. </summary>
361
@@ -422,6 +426,8 @@ pulumi.export("ocp_cluster_id", cluster.id)
422
426
423
427
424
428
429
430
425
431
432
<summary> Example 4: Use existing Terraform IBM Modules (TIM) to create Watson Discovery instance</summary>
433
0 commit comments