fix formatting
Some checks failed
Lint / golangci-lint (push) Has been cancelled
Declarative Tests / test (push) Has been cancelled
Declarative Tests / build-fedora (push) Has been cancelled
Declarative Tests / build-ubuntu-focal (push) Has been cancelled

This commit is contained in:
Matthew Rich 2024-09-23 17:05:25 +00:00
parent 1fdc1fc456
commit 4eec426853

View File

@ -18,7 +18,7 @@ The JX YAML specification is a simple way to describe system resources. The two
## Configurations
`
```
configurations:
- name: myhttpconfig
values:
@ -27,17 +27,17 @@ configurations:
- name: myhttptoken
values:
authorization_token: abcde123456789
`
```
## Resources
`
```
resources:
- type: http
config: myhttptoken
transition: read
attributes:
endpoint: https://myserver/v1/api
`
```
# Testing