You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,13 @@ This project infrastructure can be provisioned using Terraform. To get started:
47
47
48
48
2.**Apply Terraform Configuration**:
49
49
```
50
-
terraform apply --auto-approve
50
+
terraform apply -auto-approve
51
51
```
52
52
Applies the Terraform configuration to provision the AWS infrastructure as defined. The `--auto-approve` flag skips interactive approval.
53
53
54
54
3.**Destroy Infrastructure**:
55
55
```
56
-
terraform destroy --auto-approve
56
+
terraform destroy -auto-approve
57
57
```
58
58
Safely tears down the infrastructure provisioned by Terraform when the project is concluded.
59
59
@@ -80,8 +80,4 @@ Contributions to improve the pipeline or add new features are welcome. Please fo
80
80
81
81
---
82
82
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