Merge pull request #709 from grouville/docs_CF_change_writing_style
doc#108: complete refacto of CF's guide (now follows Andrea's writing style) + Fix CF relay's output issue
This commit is contained in:
commit
66bdaa31b7
File diff suppressed because it is too large
Load Diff
@ -30,6 +30,4 @@ AWS CloudFormation Stack
|
||||
|
||||
### cloudformation.#Stack Outputs
|
||||
|
||||
| Name | Type | Description |
|
||||
| ------------- |:-------------: |:-------------: |
|
||||
|*outputs* | `struct` |- |
|
||||
_No output._
|
||||
|
@ -48,8 +48,8 @@ import (
|
||||
}
|
||||
|
||||
outputs: {
|
||||
[string]: string
|
||||
} @dagger(output)
|
||||
[string]: string @dagger(output)
|
||||
}
|
||||
|
||||
outputs: #up: [
|
||||
op.#Load & {
|
||||
|
Reference in New Issue
Block a user