Skip to content

Commit fb4c0be

Browse files
committed
reverted example config change, changed README to point to the latest revision of the spec
1 parent ee42450 commit fb4c0be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The above sample must be run from the root directory of a deployed Open MPIC aws
4545

4646
The API is compliant with the [Open MPIC Specification](https://github.com/open-mpic/open-mpic-specification).
4747

48-
There is [documentation based on the API specification used in this version](https://open-mpic.org/documentation.html?commit=65f7409f102995747b966e4cb0c86bfd7f621211).
48+
There is [documentation based on the API specification used in this version](https://open-mpic.org/documentation.html?commit=150a21d8c8e1c4758494f75d4e6811a1c6d05058).
4949

5050
## Development
5151
Code changes can easily be deployed by editing the .py files and then rezipping the project via `./zip-all.sh` and `./2-package.sh` in the `layer` directory. Then, running `tofu apply` run from the open-tofu directory will update only on the required resources and leave the others unchanged. If any `.tf.template` files are changed or `config.yaml` is edited, `hatch run ./configure.py` must be rerun followed by `tofu apply` in the open-tofu directory.

config.example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A list of perspectives with the format <RIR>.<AWS-Region> TODO link to pages.
22
perspectives:
3-
- us-east-2
3+
- us-west-1
44
- us-west-2
55
- ca-west-1
66
- eu-central-2

0 commit comments

Comments
 (0)