Skip to content

Commit

Permalink
Merge pull request #4 from pavlosoletskyy/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ingvar-goryainov authored Jul 17, 2024
2 parents 1cc40bf + d562ed5 commit 00c3f51
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 @@ -2,7 +2,7 @@

## Prerequisites

To complete this task, you must have Terraform and Azure CLI installed and configured on your machine.
To complete this task, Terraform and Azure CLI must be installed and configured on your machine.

## Steps to Complete the Task

Expand All @@ -12,9 +12,9 @@ To complete this task, you must have Terraform and Azure CLI installed and confi

- Create a directory named `modules/resource_group_storage` in the root of your repository.
- Inside the `modules/resource_group_storage` directory, create the following files:
* `main.tf`: Define the resources.
* `variables.tf`: Define the variables.
* `outputs.tf`: Define the outputs.
* `main.tf`: define the resources.
* `variables.tf`: define the variables.
* `outputs.tf`: define the outputs.

**3. Publish the Module on GitHub**

Expand All @@ -37,4 +37,4 @@ To complete this task, you must have Terraform and Azure CLI installed and confi
- In your main Terraform configuration (`main.tf`), use the module from the Terraform Registry.
- Initialize and apply the configuration to verify that the module is used correctly.

**6. Pull request's description should also contain a reference to a successful workflow run**
**6. Pull request's description should also contain a reference to a successful workflow run**

0 comments on commit 00c3f51

Please sign in to comment.