Skip to content

Commit 3428bc4

Browse files
authored
tf plan in progress
1 parent 400d608 commit 3428bc4

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

terraform/src/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,27 @@ graph TD;
7575
7676
1. **Login to Azure**: This command logs you into your Azure account. It opens a browser window where you can enter your Azure credentials. Once logged in, you can manage your Azure resources from the command line.
7777

78+
```sh
79+
cd ./terraform/src/
80+
```
81+
7882
```sh
7983
az login
8084
```
8185

86+
<div align="center">
87+
<img src="https://github.com/user-attachments/assets/caed0c96-2a3e-4e1a-a788-b1b43b8d5939" alt="Centered Image" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
88+
</div>
89+
90+
8291
2. **Initialize Terraform**: Initializes the working directory containing the Terraform configuration files. It downloads the necessary provider plugins and sets up the backend for storing the state.
8392

8493
``` sh
8594
terraform init
8695
```
8796

8897
<div align="center">
89-
<img src="" alt="Centered Image" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
98+
<img src="https://github.com/user-attachments/assets/8b4c3960-b9f6-44dc-8325-f58ef15eb1dc" alt="Centered Image" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
9099
</div>
91100

92101

0 commit comments

Comments
 (0)