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
|
### cloudformation.#Stack Outputs
|
||||||
|
|
||||||
| Name | Type | Description |
|
_No output._
|
||||||
| ------------- |:-------------: |:-------------: |
|
|
||||||
|*outputs* | `struct` |- |
|
|
||||||
|
@ -48,8 +48,8 @@ import (
|
|||||||
}
|
}
|
||||||
|
|
||||||
outputs: {
|
outputs: {
|
||||||
[string]: string
|
[string]: string @dagger(output)
|
||||||
} @dagger(output)
|
}
|
||||||
|
|
||||||
outputs: #up: [
|
outputs: #up: [
|
||||||
op.#Load & {
|
op.#Load & {
|
||||||
|
Reference in New Issue
Block a user