Skip to content

Commit

Permalink
chore: Update Terraform plan and apply commands in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed May 21, 2024
1 parent 29314d8 commit 31fe997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions live/terraform-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
Generate an execution plan for Terraform:

```sh
terraform plan -var-file ./configs/common-infra.tfvars -out ./common-infra.tfplan
terraform plan -var-file ./configs/common-infra.tfvars -out ./terraform-backend.tfplan
```

2. **Apply the Configuration:**

Apply the configuration to set up the S3 bucket and DynamoDB table:

```sh
terraform apply "./common-infra.tfplan"
terraform apply "./terraform-backend.tfplan"
```

🚀 **NOTE:** Confirm the actions before proceeding to ensure that the correct resources are being created or modified.
Expand Down

0 comments on commit 31fe997

Please sign in to comment.