From b1bd720505ddba1eb537a1f5fa3288995cf0ae53 Mon Sep 17 00:00:00 2001 From: Benoit Perigaud <8754100+b-per@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:14:05 +0200 Subject: [PATCH] Final typos for v0.2.0 --- docs/index.md | 4 ++-- templates/index.md.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index f7f65ea2..e9a768d1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,14 +22,14 @@ The options are: - keep existing projects with `dbt_cloud_xxx` resources, and create new ones with `dbtcloud_xxx` - 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) - 1. perform a `terrafrom apply` to apply the changes required to dbt Cloud + 1. perform a `terraform apply` to apply the changes required to dbt Cloud 1. edit the resource configuration files changing resources from `dbt_cloud_xxx` to `dbtcloud_xxx` 1. edit `required_providers { dbt = {` and `provider "dbt"` to `required_providers { dbtcloud = {` and `provider "dbtcloud"` 1. pull the remote state with `terraform state pull > remote_state.tfstate` and keep a back up of the file 1. edit the state file to change the resource types from `dbt_cloud_xxx` to `dbtcloud_xxx` 1. push the state back with `terraform state push remote_state.tfstate` 1. perform a `terraform init -upgrade` to update the terraform provider - 1. perform a `terrafrom plan` to check that no change is required, you can then delete the backup of the state + 1. perform a `terraform plan` to check that no change is required, you can then delete the backup of the state diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index fc4b5a35..9cead879 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -22,14 +22,14 @@ The options are: - keep existing projects with `dbt_cloud_xxx` resources, and create new ones with `dbtcloud_xxx` - 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) - 1. perform a `terrafrom apply` to apply the changes required to dbt Cloud + 1. perform a `terraform apply` to apply the changes required to dbt Cloud 1. edit the resource configuration files changing resources from `dbt_cloud_xxx` to `dbtcloud_xxx` 1. edit `required_providers { dbt = {` and `provider "dbt"` to `required_providers { dbtcloud = {` and `provider "dbtcloud"` 1. pull the remote state with `terraform state pull > remote_state.tfstate` and keep a back up of the file 1. edit the state file to change the resource types from `dbt_cloud_xxx` to `dbtcloud_xxx` 1. push the state back with `terraform state push remote_state.tfstate` 1. perform a `terraform init -upgrade` to update the terraform provider - 1. perform a `terrafrom plan` to check that no change is required, you can then delete the backup of the state + 1. perform a `terraform plan` to check that no change is required, you can then delete the backup of the state {{ .Description | trimspace }}