Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lexxnsk committed Sep 27, 2024
1 parent 02ccbc9 commit 9f030c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ This repository contains the Terraform configuration files used for provisioning

### GitHub variables and GitHub Secrets variables
1. IAM role variable ```TERRAFORM_GITHUB_ACTIONS_ROLE_NAME``` and Terraform version variable ```TERRAFORM_VERSION``` are stored in GitHub Variables. It were created using these commands:
- ```gh variable set TERRAFORM_GITHUB_ACTIONS_ROLE_NAME --body "GithubActionsRole" --repo lexxnsk/rsschool-devops-course-tasks```
- ```gh variable set TERRAFORM_VERSION --body "1.9.6" --repo lexxnsk/rsschool-devops-course-tasks```
```gh variable set TERRAFORM_GITHUB_ACTIONS_ROLE_NAME --body "GithubActionsRole" --repo lexxnsk/rsschool-devops-course-tasks```
```gh variable set TERRAFORM_VERSION --body "1.9.6" --repo lexxnsk/rsschool-devops-course-tasks```
You can list it using this command:
- ```gh variable list --repo lexxnsk/rsschool-devops-course-tasks```
```gh variable list --repo lexxnsk/rsschool-devops-course-tasks```
2. AWS Account ID variable ```aws_account_id``` is stored in GitHub Secrets. It was created using this command:
- ```gh secret set AWS_ACCOUNT_ID --body "<AWS_ACCOUNT_ID>" --repo lexxnsk/rsschool-devops-course-tasks```
```gh secret set AWS_ACCOUNT_ID --body "<AWS_ACCOUNT_ID>" --repo lexxnsk/rsschool-devops-course-tasks```
You can list it using this command:
- ```gh secret list --repo lexxnsk/rsschool-devops-course-tasks```
```gh secret list --repo lexxnsk/rsschool-devops-course-tasks```

---
**NOTE:**
Expand Down

0 comments on commit 9f030c7

Please sign in to comment.