Skip to content

Commit 7e8e414

Browse files
authored
infra in place
1 parent e688392 commit 7e8e414

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

terraform/src/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,18 +108,23 @@ graph TD;
108108
```
109109

110110
<div align="center">
111-
<img src="" alt="Centered Image" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
111+
<img src="https://github.com/user-attachments/assets/1cd5e195-9441-4a4e-ba7a-0ef046370834" alt="Centered Image" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
112112
</div>
113113

114114
- **Order Now**: Applies the changes required to reach the desired state of the configuration. It prompts for confirmation before making any changes. It also uses the variable values specified in `terraform.tfvars`.
115115

116116
```sh
117117
terraform apply -var-file terraform.tfvars
118118
```
119+
120+
<div align="center">
121+
<img src="https://github.com/user-attachments/assets/81f79658-c35f-465a-98e8-55da2b1561fa" alt="Centered Image" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
122+
</div>
119123

120-
<img width="550" alt="image" src="" />
124+
<div align="center">
125+
<img src="https://github.com/user-attachments/assets/bef1b08c-46d8-464e-a87b-e0b93034cc54" alt="Centered Image" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
126+
</div>
121127

122-
<img width="550" alt="image" src="" />
123128

124129
- **Remove**: Destroys the infrastructure managed by Terraform. It prompts for confirmation before deleting any resources. It also uses the variable values specified in `terraform.tfvars`.
125130

0 commit comments

Comments
 (0)