Skip to content

Commit ed61aae

Browse files
authored
Merge pull request #58315 from subhtk/OCPBUG10564
OCPBUG#10564: Corrected a command related to Subnet_ID.
2 parents 7bd0e28 + 984e68c commit ed61aae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/installation-localzone-generate-k8s-manifest.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,8 @@ $ export AMI_ID=$(grep ami
113113
+
114114
[source,terminal]
115115
----
116-
$ export SUBNET_ID=$(aws cloudformation describe-stacks \
117-
--stack-name "<subnet_stack_name>" \ <1>
118-
| jq -r .Stacks[0].Outputs[0].OutputValue)
116+
$ export SUBNET_ID=$(aws cloudformation describe-stacks --stack-name "<subnet_stack_name>" \ <1>
117+
| jq -r '.Stacks[0].Outputs[0].OutputValue')
119118
----
120119
<1> For `<subnet_stack_name>`, specify the name of the subnet stack that you created.
121120

0 commit comments

Comments
 (0)