Skip to content

Commit

Permalink
fix: README update
Browse files Browse the repository at this point in the history
  • Loading branch information
lexxnsk committed Sep 27, 2024
1 parent bcf8d68 commit 35c624c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ This repository contains the Terraform configuration files used for provisioning
- **```variables.tf```**:
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

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```


## How to Use

1. **Initialize Terraform:**
Expand Down

0 comments on commit 35c624c

Please sign in to comment.