Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vonbraunbates authored Jan 6, 2025
1 parent 23b5aab commit 1dfab60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Use the `--force-reinstall` flag to replace an existing version if necessary. T
`aws-vault exec <name_of_your_role>`
If you're not sure which profile to use, consult `aws-vault list` or for even more detail, your `~/.aws/config` file.
3. Log in to the Pulumi backend with `pulumi login --cloud-url s3://data-engineering-pulumi.analytics.justice.gov.uk`.
4. Run `pulumi stack select` and pick `data-engineering-exports`.
5. Run `pulumi stack` to check you can see what's currently deployed.
4. Run `pulumi stack select` and pick `data-engineering-exports`(which may be out-of-sight, just keep hitting the up arrow).
5. Run `pulumi stack` to check you can see what's currently deployed. If asked for a passphrase, hit return.
6. Run `pulumi preview` to check the resources look correct. Use the `--diff` flag to see details.

You may see changes to update the local archive path, which can be ignored. If you are using a different version of `pulumi-aws` to the current deplyment you may see changes relating to the provider, you can avoid these by installing the specific version curently in use, for example, `pip install --force-reinstall pulumi-aws==5.40.0`.
Expand Down

0 comments on commit 1dfab60

Please sign in to comment.