Skip to content

Commit

Permalink
Put cloudformation in /tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Hocutt <jhocutt@redhat.com>
  • Loading branch information
jaredhocutt committed Sep 19, 2023
1 parent 5f733db commit 5773e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ Once your key pair is in place, create the simulated disconnected environment
using the CloudFormation script.

```bash
curl https://raw.githubusercontent.com/jaredhocutt/ocp4-disconnected/main/hack/cloudformation.yaml -o ocp4-disconnected-cf.yaml
curl https://raw.githubusercontent.com/jaredhocutt/ocp4-disconnected/main/hack/cloudformation.yaml -o /tmp/ocp4-disconnected-cf.yaml

aws cloudformation create-stack \
--stack-name ocp4-disconnected \
--template-body file://ocp4-disconnected-cf.yaml \
--template-body file:///tmp/ocp4-disconnected-cf.yaml \
--capabilities CAPABILITY_NAMED_IAM \
--parameters "ParameterKey=KeyName,ParameterValue=ocp4-disconnected"
```
Expand Down

0 comments on commit 5773e0b

Please sign in to comment.