Skip to content

Commit b3930d0

Browse files
Merge pull request #69 from goncalodasilva/patch-26
fix 169
2 parents de641ff + 0f72f44 commit b3930d0

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
@@ -2080,8 +2080,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
20802080

20812081
### A Developer is preparing a deployment package using AWS CloudFormation. The package consists of two separate templates: one for the infrastructure and one for the application. The application has to be inside the VPC that is created from the infrastructure template. How can the application stack refer to the VPC created from the infrastructure template?
20822082

2083-
- [x] Use the Ref function to import the VPC into the application stack from the infrastructure template.
2084-
- [ ] Use the export flag in the infrastructure template, and then use the `Fn::ImportValue` function in the application template.
2083+
- [ ] Use the Ref function to import the VPC into the application stack from the infrastructure template.
2084+
- [x] Use the export flag in the infrastructure template, and then use the `Fn::ImportValue` function in the application template.
20852085
- [ ] Use the `DependsOn` attribute to specify that the application instance depends on the VPC in the application template.
20862086
- [ ] Use the `Fn::GetAtt` function to include the attribute of the VPC in the application template.
20872087

0 commit comments

Comments
 (0)