Skip to content

Commit

Permalink
fix: README
Browse files Browse the repository at this point in the history
  • Loading branch information
lexxnsk committed Sep 27, 2024
1 parent 37c1990 commit 4dd74a7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ This repository contains the Terraform configuration files used for provisioning
This file defines the input variables for the Terraform project. This includes variable types, default values, and descriptions, which allow users to customize the deployment.

### GitHub variables and GitHub Secrets variables
1. IAM role variable ```TERRAFORM_GITHUB_ACTIONS_ROLE_NAME``` is stored in GitHub Variables. It was created using this command:
```gh variable set TERRAFORM_GITHUB_ACTIONS_ROLE_NAME --body "GithubActionsRole" --repo lexxnsk/rsschool-devops-course-tasks```
You can list it using this command:
```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```
You can list it using this command:
```gh secret list --repo lexxnsk/rsschool-devops-course-tasks```
1. IAM role variable ```TERRAFORM_GITHUB_ACTIONS_ROLE_NAME``` is stored in GitHub Variables. It was created using this command:
```gh variable set TERRAFORM_GITHUB_ACTIONS_ROLE_NAME --body "GithubActionsRole" --repo lexxnsk/rsschool-devops-course-tasks```
You can list it using this command:
```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```
You can list it using this command:
```gh secret list --repo lexxnsk/rsschool-devops-course-tasks```

---
**NOTE:**
Expand Down

0 comments on commit 4dd74a7

Please sign in to comment.