This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from LF-Engineering/update-terraform-path
Update the terraform path & add readme
- Loading branch information
Showing
4 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
###### Terraform FAQs | ||
|
||
|
||
- whenever the [backend](https://github.com/LF-Engineering/insights-datasource-shared/blob/main/deploy/dev/main.tf#L8) is changed please use following commands locally to migrate the backend first | ||
|
||
`terraform init -migrate-state` & check with `terraform plan` if the new configuration is correctly migrated. | ||
|
||
- if the [backend](https://github.com/LF-Engineering/insights-datasource-shared/blob/main/deploy/dev/main.tf#L8) is not setup, initially initialize it locally using following command | ||
|
||
`terraform init` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters