Skip to content

Commit

Permalink
Merge pull request #255 from maticnetwork/mardizzone/fixes
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
marcello33 authored Oct 16, 2024
2 parents 7d36dfd + 38974f0 commit 94ec183
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 3,570 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ To use the `express-cli` you have to execute the following steps.
- `VERBOSE=true` prints logs from the remote machines. If set to `false`, only `express-cli` and `matic-cli` logs will
be shown

In case you plan to utilize express-cli for Google Cloud, you will need to make few modifications like SSH keys. It's important to note that express-cli is not fully tested yet on GCP, and not all features are accessible. Check the [GCP dev guide](./docs/gcp_dev_guide.md).

### Auth Configuration

As a prerequisite, you need to configure authentication on `aws`
Expand Down
2 changes: 1 addition & 1 deletion docs/gcp_dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ssh-keygen -f ~/ubuntu.pem -N ""
- If you don't have a keypair, run the following command to generate an SSH key pair: `ssh-keygen -f ubuntu.pem -N ""`
- The above command generates two files. _ubuntu.pem_ (private keyfile) and _ubuntu.pem.pub_ (public key)
- These two files have to be updated in _.env_ file.
- Locate the `TF_VAR_GCE_PUB_KEY_FILE` variable in .env file and set its value to the absolute path pointing to the public key file you generated.
- Locate the `TF_VAR_GCP_PUB_KEY_FILE` variable in .env file and set its value to the absolute path pointing to the public key file you generated.
- Locate the `PEM_FILE_PATH` variable in .env file and set its value to the absolute path pointing to the private key file you generated.

## Resource Naming Convention
Expand Down
Loading

0 comments on commit 94ec183

Please sign in to comment.