Skip to content

Commit 1f67f82

Browse files
david-yupaulohtb6Deflaimun
authored
Update terraform-provider.adoc - Update to use new Organization IAM page (#357)
* Update terraform-provider.adoc * Update modules/manage/pages/terraform-provider.adoc Co-authored-by: Paulo Borges <[email protected]> * add fix --------- Co-authored-by: Paulo Borges <[email protected]> Co-authored-by: Paulo Borges <[email protected]>
1 parent ebddf12 commit 1f67f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/manage/pages/terraform-provider.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The following functionality is supported in the Cloud API but not in the Redpand
100100
. Install at least version 1.0.0 of Terraform using the https://learn.hashicorp.com/tutorials/terraform/install-cli[official guide^].
101101
. Create a service account in Redpanda Cloud:
102102
.. Log in to https://cloud.redpanda.com[Redpanda Cloud^].
103-
.. Navigate to the *Clients* page and create a service account.
103+
.. Navigate to the *Organization IAM* page and select the *Service account* tab. Click *Create service account* and provide a name for the new service account.
104104
.. Save the client ID and client secret for authentication.
105105

106106
== Set up the provider
@@ -128,7 +128,7 @@ terraform {
128128
terraform init
129129
----
130130

131-
. Add the credentials for the Redpanda Cloud service account you set in <<Prerequisites>>. In the Redpanda Cloud UI, find the client ID and client secret on the *Clients* page. Set them as environment variables, or enter them in your Terraform configuration file:
131+
. Add the credentials for the Redpanda Cloud service account you set in <<Prerequisites>>. In the Redpanda Cloud UI, find the client ID and client secret under *Organization IAM → Service accounts*. Set them as environment variables, or enter them in your Terraform configuration file:
132132
+
133133
[tabs]
134134
======

0 commit comments

Comments
 (0)