From 35c624cef09d6c9eebb4e0edcdf03546fb66d593 Mon Sep 17 00:00:00 2001 From: Aleksei Myslivets Date: Fri, 27 Sep 2024 10:49:20 +0200 Subject: [PATCH] fix: README update --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6c14286..ce5e77f 100644 --- a/README.md +++ b/README.md @@ -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 "" --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:**