Complete refacto of CF's doc + fix output issue on Cloudformation package
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
This commit is contained in:
parent
d978692ccd
commit
6ed3ab712d
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