Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Add the initialization step to Sample Project (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
linouk23 committed Oct 13, 2021
1 parent 9085573 commit c6e52a5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/guides/sample-project.md
Expand Up @@ -103,13 +103,19 @@ Kafka cluster.
}
```

2. Run the following command to create the plan:
2. Run the following command to initialize the Confluent Cloud Terraform provider:

```bash
terraform init
```

3. Run the following command to create the plan:

```bash
terraform plan -parallelism=1 -out=tfplan_add_sa_env_and_cluster
```

3. Run the following command to apply the plan and create cloud resources:
4. Run the following command to apply the plan and create cloud resources:

```bash
terraform apply -parallelism=1 tfplan_add_sa_env_and_cluster
Expand Down

0 comments on commit c6e52a5

Please sign in to comment.