examples icon indicating copy to clipboard operation
examples copied to clipboard

issue with docs tutorial

Open nickpulumi opened this issue 4 years ago • 1 comments

Problem description

A user sent in the following request

Suggestions for a fix

Verify the claim and update the page as necessary

nickpulumi avatar Aug 03 '21 15:08 nickpulumi

There's some inconsistency w/ the examples here which we need to fix. The C# example shows port 80, but the others do show port 22 (which is SSH).

leezen avatar Aug 04 '21 03:08 leezen

Clarifying the specifics for this issue: The necessary fix is addressing the C# example so that the code in step 2 opens SSH access (TCP port 22)---not HTTP access (TCP port 80)---and then adding HTTP access to the code in step 5. This will bring the C# code back in line with the other languages on this page and in line with the descriptive text.

scottslowe avatar Nov 03 '22 18:11 scottslowe

The content for this tutorial lives alongside our hand-crafted how-to guides here: https://github.com/pulumi/pulumi-hugo/tree/master/themes/default/content/registry/packages/aws/how-to-guides. We should be sure to update this content if necessary alongside any changes made to the referenced examples:

  • https://github.com/pulumi/examples/tree/master/aws-ts-webserver
  • https://github.com/pulumi/examples/tree/master/aws-js-webserver
  • https://github.com/pulumi/examples/tree/master/aws-py-webserver
  • https://github.com/pulumi/examples/tree/master/aws-cs-webserver

cnunciato avatar Nov 03 '22 19:11 cnunciato