Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Commit c2ea701

Browse files
authored
Mkananizadeh (#27)
* Updated type of PRICE from STRING to INT * Removed SELECT * * Updated main.tf to use Advanced package of Stream Governance * Updated Terraform commands
1 parent 4559df9 commit c2ea701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@ This demo uses Terraform and bash scripting to create and teardown infrastructur
202202
```
203203
1. Create the Terraform plan.
204204
```bash
205-
terraform plan -out=myplan
205+
terraform plan
206206
```
207207
1. Apply the plan to create the infrastructure.
208208

209209
```bash
210-
terraform apply myplan
210+
terraform apply
211211
```
212212

213213
> **Note:** Read the `main.tf` configuration file [to see what will be created](./terraform/main.tf).
@@ -701,7 +701,7 @@ You want to delete any resources that were created during the demo so you don't
701701

702702
1. Run the following command to delete all resources created by Terraform
703703
```bash
704-
terraform apply -destory
704+
terraform apply
705705
```
706706

707707
### Snowflake

0 commit comments

Comments
 (0)