Skip to content

Commit d33d7c1

Browse files
authored
Merge pull request awsdocs#783 from udevasia/patch-1
Update resource-import-nested-stacks.md
2 parents 303ac12 + f372f93 commit d33d7c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc_source/resource-import-nested-stacks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ During a nested stack import operation, AWS CloudFormation performs the followin
6868

6969
1. On the **Identify resources** page, identify the `AWS::CloudFormation::Stack` resource\.
7070

71-
1. Under **Identifier property**, choose the type of resource identifier\. For example, an `AWS::CloudFormation::Stack` resource can be identified using the `StackName` property\.
71+
1. Under **Identifier property**, choose the type of resource identifier\. For example, an `AWS::CloudFormation::Stack` resource can be identified using the `StackId` property\.
7272

73-
1. Under **Identifier value**, type the actual property value\. For example, `my_stack`\.
73+
1. Under **Identifier value**, type the actual property value\. For example, `arn:aws:cloudformation:us-west-2:12345678910:stack/mystack/5b918d10-cd98-11ea-90d5-0a9cd3354c10`\.
7474
![\[The Identify resources page in the console.\]](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/images/resources-to-import-identifiers.png)
7575

7676
1. Choose **Next**\.
@@ -173,4 +173,4 @@ It's not necessary to run drift detection on the parent stack after this import
173173
> aws cloudformation execute-change-set --change-set-name ImportChangeSet
174174
```
175175
**Note**
176-
It's not necessary to run drift detection on the parent stack after this import operation because the `AWS::CloudFormation::Stack`resource was already managed by AWS CloudFormation\.
176+
It's not necessary to run drift detection on the parent stack after this import operation because the `AWS::CloudFormation::Stack`resource was already managed by AWS CloudFormation\.

0 commit comments

Comments
 (0)