Skip to content

Commit b8fd8e9

Browse files
authored
correct question #129 answer from C to A
1 parent 844dc90 commit b8fd8e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,9 +1727,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
17271727

17281728
![Question 130](images/question130.jpg)
17291729

1730-
- [ ] Add an `Export` declaration to the `Outputs` section of the original template and use `ImportValue` in other templates.
1730+
- [x] Add an `Export` declaration to the `Outputs` section of the original template and use `ImportValue` in other templates.
17311731
- [ ] Add `Exported: true` to the `Content.Bucket` in the original template and use `ImportResource` in other templates.
1732-
- [x] Create a custom AWS CloudFormation resource that gets the bucket name from the `ContentBucket` resource of the first stack.
1732+
- [ ] Create a custom AWS CloudFormation resource that gets the bucket name from the `ContentBucket` resource of the first stack.
17331733
- [ ] Use `Fn::Include` to include the existing template in other templates and use the `ContentBucket` resource directly.
17341734

17351735
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)