Tweak readme. (#1505)

This commit is contained in:
CyrusNajmabadi 2018-06-15 13:33:51 -07:00 committed by GitHub
parent 6f80da24d4
commit 57ee29ebbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 7 deletions

View file

@ -2,8 +2,9 @@
Pulumi is a cloud development platform that makes creating cloud programs easy and productive.
Author cloud programs in your favorite favorite language and Pulumi will automatically keep your infrastructure
up-to-date. Skip learning yet another YAML dialect. Pulumi is multi-language and multi-cloud, and fully extensible.
Author cloud programs in your favorite favorite language and Pulumi will automatically keep your
infrastructure up-to-date. Skip learning yet another YAML dialect. Pulumi is multi-language and
multi-cloud, and fully extensible.
To install the latest Pulumi release, run:

View file

@ -1,4 +1,7 @@
This test attempts to exhaustively test all interesting combinations of resource steps. This includes:
# tests/integration/steps
This test attempts to exhaustively try all interesting combinations of resource steps. This
includes:
* Same
* Create
@ -7,11 +10,13 @@ This test attempts to exhaustively test all interesting combinations of resource
* CreateReplacement
* DeleteReplaced
In addition to the ability to recover from failures. For example, there is a "pending deletion" capability
that will remember resources that were meant to be deleted, but couldn't be, due to a failure partway through.
in addition to the ability to recover from failures. For example, there is a "pending deletion"
capability that will remember resources that were meant to be deleted, but couldn't be, due to a
failure partway through.
The test is broken into a series of steps that will be executed in order. Because the steps create different
resources, we will end up with a specific sequence of CRUD operations that we will validate.
The test is broken into a series of steps that will be executed in order. Because the steps create
different resources, we will end up with a specific sequence of CRUD operations that we will
validate.
# Step 1