Skip to content

Commit 90e8cfa

Browse files
author
kalilinux-aptget
committed
Final (for now)
1 parent e731e9c commit 90e8cfa

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Diff for: README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ This project infrastructure can be provisioned using Terraform. To get started:
4747

4848
2. **Apply Terraform Configuration**:
4949
```
50-
terraform apply --auto-approve
50+
terraform apply -auto-approve
5151
```
5252
Applies the Terraform configuration to provision the AWS infrastructure as defined. The `--auto-approve` flag skips interactive approval.
5353

5454
3. **Destroy Infrastructure**:
5555
```
56-
terraform destroy --auto-approve
56+
terraform destroy -auto-approve
5757
```
5858
Safely tears down the infrastructure provisioned by Terraform when the project is concluded.
5959

@@ -80,8 +80,4 @@ Contributions to improve the pipeline or add new features are welcome. Please fo
8080

8181
---
8282

83-
<<<<<<< HEAD
84-
*This README provides a high-level overview of the DevSecOps pipeline project. Detailed setup instructions and configurations for each tool and technology can be found in their respective official documentation.*
85-
=======
86-
*This README provides a high-level overview of the DevSecOps pipeline project. For detailed setup instructions and configurations, refer to the official documentation of each tool used in the pipeline.*
87-
>>>>>>> origin/main
83+
*This README provides a high-level overview of the DevSecOps pipeline project. Detailed setup instructions and configurations for each tool and technology can be found in their respective official documentation.*

0 commit comments

Comments
 (0)