You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@ The options are:
22
22
23
23
- keep existing projects with `dbt_cloud_xxx` resources, and create new ones with `dbtcloud_xxx`
24
24
- 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
26
26
1. edit the resource configuration files changing resources from `dbt_cloud_xxx` to `dbtcloud_xxx`
27
27
1. edit `required_providers { dbt = {` and `provider "dbt"` to `required_providers { dbtcloud = {` and `provider "dbtcloud"`
28
28
1. pull the remote state with `terraform state pull > remote_state.tfstate` and keep a back up of the file
29
29
1. edit the state file to change the resource types from `dbt_cloud_xxx` to `dbtcloud_xxx`
30
30
1. push the state back with `terraform state push remote_state.tfstate`
31
31
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
Copy file name to clipboardExpand all lines: templates/index.md.tmpl
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@ The options are:
22
22
23
23
- keep existing projects with `dbt_cloud_xxx` resources, and create new ones with `dbtcloud_xxx`
24
24
- 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
26
26
1. edit the resource configuration files changing resources from `dbt_cloud_xxx` to `dbtcloud_xxx`
27
27
1. edit `required_providers { dbt = {` and `provider "dbt"` to `required_providers { dbtcloud = {` and `provider "dbtcloud"`
28
28
1. pull the remote state with `terraform state pull > remote_state.tfstate` and keep a back up of the file
29
29
1. edit the state file to change the resource types from `dbt_cloud_xxx` to `dbtcloud_xxx`
30
30
1. push the state back with `terraform state push remote_state.tfstate`
31
31
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
0 commit comments