Skip to content

Commit

Permalink
More link fixes (pulumi#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato committed Feb 16, 2021
1 parent 8e11d06 commit c2c2b75
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aws-py-stackreference/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# StackReference Example

This example creates a "team" EC2 Instance with tags set from _upstream_ "company" and "department"
stacks via [StackReference](https://www.pulumi.com/docs/intro/concepts/organizing-stacks-projects/#inter-stack-dependencies).
stacks via [StackReference](https://www.pulumi.com/docs/intro/concepts/stack/#stackreferences).

```sh
/**
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-stackreference/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# StackReference Example

This example creates a "team" EC2 Instance with tags set from _upstream_ "company" and "department"
stacks via [StackReference](https://www.pulumi.com/docs/intro/concepts/organizing-stacks-projects/#inter-stack-dependencies).
stacks via [StackReference](https://www.pulumi.com/docs/intro/concepts/stack/#stackreferences).

```
/**
Expand Down
4 changes: 2 additions & 2 deletions aws-ts-vpc-with-ecs-fargate-py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The [vpc](https://www.pulumi.com/docs/guides/crosswalk/aws/vpc/) is built using
The ecs cluster is built in `python`.

### How do we connect infrastructure written in typescript with python?
We do this via [StackReference](https://www.pulumi.com/docs/intro/concepts/organizing-stacks-projects/#inter-stack-dependencies).
We do this via [StackReference](https://www.pulumi.com/docs/intro/concepts/stack/#stackreferences).
The vpc [outputs](https://www.pulumi.com/docs/reference/cli/pulumi_stack_output/) will be read as inputs in the ecs fargate.

### Which Backend are we using?
Expand All @@ -29,4 +29,4 @@ Clone [the examples repo](https://github.com/pulumi/examples/tree/master/aws-ts-
1. `cd vpc-crosswalk-ts` directory for usage information.
2. `cd ecs-fargate-python` directory for usage information.

The ecs fargate example is identical to original one https://github.com/pulumi/examples/tree/master/aws-py-fargate
The ecs fargate example is identical to original one https://github.com/pulumi/examples/tree/master/aws-py-fargate
4 changes: 2 additions & 2 deletions azure-py-virtual-data-center/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ With minimal configuration, matching stacks may be deployed in Azure [paired reg

Although the VDC pattern is in widespread use, Azure now offers a managed service intended to replace it, comprising Virtual Hub along with partner SD-WAN components, with a [migration plan](https://docs.microsoft.com/en-us/azure/virtual-wan/migrate-from-hub-spoke-topology) that illustrates the differences between the two patterns. But if you want or need to manage your own network infrastructure, VDC is still relevant.

This example uses `pulumi.ComponentResource` as described [here](https://www.pulumi.com/docs/intro/concepts/resources/#components) which demonstrates how multiple low-level resources can be composed into a higher-level, reusable abstraction. It also demonstrates use of `pulumi.StackReference` as described [here](https://www.pulumi.com/docs/intro/concepts/organizing-stacks-projects/#inter-stack-dependencies) to relate multiple stacks. Finally, it uses Python's ```ipaddress``` module to simplify and validate configuration of network addresses.
This example uses `pulumi.ComponentResource` as described [here](https://www.pulumi.com/docs/intro/concepts/resources/#components) which demonstrates how multiple low-level resources can be composed into a higher-level, reusable abstraction. It also demonstrates use of `pulumi.StackReference` as described [here](https://www.pulumi.com/docs/intro/concepts/stack/#stackreferences) to relate multiple stacks. Finally, it uses Python's ```ipaddress``` module to simplify and validate configuration of network addresses.

## Prerequisites

Expand Down Expand Up @@ -239,4 +239,4 @@ After cloning this repo, `cd` into the `azure-py-virtual-data-center` directory
$ pulumi stack select dr
$ pulumi destroy
$ pulumi stack rm
```
```

0 comments on commit c2c2b75

Please sign in to comment.