From 90456ebd32288476cafb253524a7fa9d9dfeab93 Mon Sep 17 00:00:00 2001 From: Brendan Daly Date: Thu, 12 Jun 2025 15:29:57 +0100 Subject: [PATCH] OCPBUGS-37089_2:style change --- .../installation-aws-creating-cloudformation-stack-compute.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installation-aws-creating-cloudformation-stack-compute.adoc b/modules/installation-aws-creating-cloudformation-stack-compute.adoc index be80a30ebb..ce3e26802b 100644 --- a/modules/installation-aws-creating-cloudformation-stack-compute.adoc +++ b/modules/installation-aws-creating-cloudformation-stack-compute.adoc @@ -11,7 +11,7 @@ You can create a stack of {aws-short} resources for the compute machines by usin [IMPORTANT] ==== -When you use the CloudFormation template for the control plane machines, the template provisions all the three control plane machines with a single stack; however, when you use the CloudFormation template to deploy the compute machines, you must create the number of stacks based on the number that you defined in the `install-config.yaml` file. Each stack is provisioned once for each machine. To provision a new compute machine, you must change the stack name. +When you use the CloudFormation template for the control plane machines, the template provisions all three control plane machines with a single stack; however, when you use the CloudFormation template to deploy the compute machines, you must create the number of stacks based on the number that you defined in the `install-config.yaml` file. Each stack is provisioned once for each machine. To provision a new compute machine, you must change the stack name. ==== .Procedure