Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit authored Nov 22, 2024
1 parent 4deb6ae commit cf15617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research_datastream/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ terraform destroy -var-file=./variables.tfvars
## Partial Success (`terraform apply failure`)
`terraform apply` will fail if some of the resources already exist with the names defined in `variables.tfvars`. These resources must be either manually destroyed or imported. A script exists [here](https://github.com/CIROH-UA/ngen-datastream/blob/main/research_datastream/research_datastream/scripts/import_resources.sh) to automate importing any existing resources. Remove all spaces from variable file if using this script.
```
./test/import_resources.sh <path-to-variables.tfvars>
import_resources.sh <path-to-variables.tfvars>
```

0 comments on commit cf15617

Please sign in to comment.