Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in readme of infra #1573

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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