Skip to content

Commit

Permalink
Fix typos in readme of infra (#1573)
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Aug 14, 2023
1 parent 3713173 commit 0729035
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions infra/aws-s3/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ ansible-playbook -v ansible/aws-s3-removal.yaml --extra-vars bucket_name=<buck

## Terraform

The commmand to create the infra is:
The command to create the infra is:

```bash
$ cd terraform/
Expand All @@ -43,7 +43,7 @@ $ terraform destroy

## Cloudformation

The commmand to create the infra is:
The command to create the infra is:

```bash
$ aws cloudformation deploy --template-file cloudformation/aws-s3.yaml --stack-name my-new-stack --parameter-overrides BucketName=<bucket-name>
Expand Down
6 changes: 3 additions & 3 deletions infra/aws-sqs/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This will create an SQS Queue with basic functionalities.

## Ansible

The commmand to create the infra is:
The command to create the infra is:

```bash
ansible-playbook -v ansible/aws-sqs.yaml --extra-vars queue_name=<queue_name> --extra-vars region=<region>
Expand All @@ -26,7 +26,7 @@ ansible-playbook -v ansible/aws-sqs-removal.yaml --extra-vars queue_name=<queue_

## Terraform

The commmand to create the infra is:
The command to create the infra is:

```bash
$ cd terraform/
Expand All @@ -43,7 +43,7 @@ $ terraform destroy

## Cloudformation

The commmand to create the infra is:
The command to create the infra is:

```bash
$ aws cloudformation deploy --template-file cloudformation/aws-sqs.yaml --stack-name my-new-stack --parameter-overrides QueueName=<queue-name>
Expand Down

0 comments on commit 0729035

Please sign in to comment.