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
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,15 +93,6 @@ Run command
93
93
make deploy-infra
94
94
```
95
95
96
-
### To update the infrastructure
97
-
98
-
Terraform *apply* is the command used to change a desired target state for an environment. Apply will prompt for changes made to an environment prior to deployment. The response for this action may be automated using a switch at the time of execution. The *update-infra* command performs this action to update the target infrastructure.
99
-
100
-
Run command
101
-
```shell
102
-
make update-infra
103
-
```
104
-
105
96
### To delete all resource with Terraform
106
97
107
98
Terraform *destroy* is the command used to destroy an environment based on the information in the state file.
0 commit comments