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
The terraform manifests require the Confluent Cloud organization ID in order to provision infrastructure. This can be found in the Confluent Cloud console in the "Organization Settings" and exported to an environment variable:
21
+
The terraform manifests require the Confluent Cloud organization ID in order to provision infrastructure.
22
+
This can be found in the Confluent Cloud console in the "Organization Settings" and exported to an environment variable:
22
23
23
24
```bash
24
25
export TF_VAR_org_id=<ORG ID VALUE FROM CONSOLE>
@@ -42,7 +43,8 @@ Once completed, verify the infrastructure is created in the Confluent Cloud cons
42
43
43
44
== Using Infrastructure in the Workshop
44
45
45
-
In the Table API exercises, we'll need API keys and secrets to connect Flink to Confluent Cloud. This `terraform output` command will create a file with those parameters:
46
+
In the Table API exercises, we will need API keys and secrets to connect Flink to Confluent Cloud.
47
+
This `terraform output` command will create a file with those parameters:
0 commit comments