Skip to content

krisrr3/confluent-cloud-provisioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is confluent cloud provisioning demo

# Steps to run for cluster provisioning

1. Initiatilize Terraform

	terraform init --upgrade
	
This command will refer to main.tf for the appropriate variables to use, such as versions, before initialising the Terraform client.

2. Gather Cloud API Key and Cloud API Key Secret.

3. Use the key and secret to provision the cluster with the command below

	terraform apply -var="confluent_cloud_api_key=PUT_YOUR_CLOUD_API_KEY_HERE" -var="confluent_cloud_api_secret=PUT_YOUR_CLOUD_API_SECRET"
	
4. Destroy Cluster

	terraform destroy -var="confluent_cloud_api_key=PUT_YOUR_CLOUD_API_KEY_HERE" -var="confluent_cloud_api_secret=PUT_YOUR_CLOUD_API_SECRET"
	
	
# References
- Confluent Terraform Documentation : https://registry.terraform.io/providers/confluentinc/confluent/latest/docs

- Encryption at rest : https://docs.confluent.io/cloud/current/clusters/byok/byok-aws.html#using-the-confluent-cli-to-encrypt-clusters-using-your-own-key

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors