From 4dd74a7a1b8c0905fbb5966fca05cf0913fb3f9d Mon Sep 17 00:00:00 2001 From: Aleksei Myslivets Date: Fri, 27 Sep 2024 11:35:55 +0200 Subject: [PATCH] fix: README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6b94270..514fc98 100644 --- a/README.md +++ b/README.md @@ -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 "" --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 "" --repo lexxnsk/rsschool-devops-course-tasks``` +You can list it using this command: +```gh secret list --repo lexxnsk/rsschool-devops-course-tasks``` --- **NOTE:**