Skip to content

Commit 821bf42

Browse files
authored
Merge pull request #152 from dbt-labs/rename-resources-v0.2.0
Final typos for v0.2.0
2 parents 859a122 + b1bd720 commit 821bf42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ The options are:
2222

2323
- keep existing projects with `dbt_cloud_xxx` resources, and create new ones with `dbtcloud_xxx`
2424
- or update the state file manually to change the resource names (this should work but it is possible to corrupt the state, be careful and keep a backup)
25-
1. perform a `terrafrom apply` to apply the changes required to dbt Cloud
25+
1. perform a `terraform apply` to apply the changes required to dbt Cloud
2626
1. edit the resource configuration files changing resources from `dbt_cloud_xxx` to `dbtcloud_xxx`
2727
1. edit `required_providers { dbt = {` and `provider "dbt"` to `required_providers { dbtcloud = {` and `provider "dbtcloud"`
2828
1. pull the remote state with `terraform state pull > remote_state.tfstate` and keep a back up of the file
2929
1. edit the state file to change the resource types from `dbt_cloud_xxx` to `dbtcloud_xxx`
3030
1. push the state back with `terraform state push remote_state.tfstate`
3131
1. perform a `terraform init -upgrade` to update the terraform provider
32-
1. perform a `terrafrom plan` to check that no change is required, you can then delete the backup of the state
32+
1. perform a `terraform plan` to check that no change is required, you can then delete the backup of the state
3333

3434

3535

templates/index.md.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ The options are:
2222

2323
- keep existing projects with `dbt_cloud_xxx` resources, and create new ones with `dbtcloud_xxx`
2424
- or update the state file manually to change the resource names (this should work but it is possible to corrupt the state, be careful and keep a backup)
25-
1. perform a `terrafrom apply` to apply the changes required to dbt Cloud
25+
1. perform a `terraform apply` to apply the changes required to dbt Cloud
2626
1. edit the resource configuration files changing resources from `dbt_cloud_xxx` to `dbtcloud_xxx`
2727
1. edit `required_providers { dbt = {` and `provider "dbt"` to `required_providers { dbtcloud = {` and `provider "dbtcloud"`
2828
1. pull the remote state with `terraform state pull > remote_state.tfstate` and keep a back up of the file
2929
1. edit the state file to change the resource types from `dbt_cloud_xxx` to `dbtcloud_xxx`
3030
1. push the state back with `terraform state push remote_state.tfstate`
3131
1. perform a `terraform init -upgrade` to update the terraform provider
32-
1. perform a `terrafrom plan` to check that no change is required, you can then delete the backup of the state
32+
1. perform a `terraform plan` to check that no change is required, you can then delete the backup of the state
3333

3434
{{ .Description | trimspace }}
3535

0 commit comments

Comments
 (0)