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 27, 2024
1 parent d22f862 commit 8d8ba5a
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,7 +38,7 @@ 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.
`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/scripts/import_resources.sh) to automate importing any existing resources. Remove all spaces from variable file if using this script.
```
import_resources.sh <path-to-variables.tfvars>
```

0 comments on commit 8d8ba5a

Please sign in to comment.