An open API service indexing awesome lists of open source software.

https://github.com/anant/example-cdktf-yugabyte-azure

Example code for deploying Yugabyte to Azure using Terraform over CDKTF
https://github.com/anant/example-cdktf-yugabyte-azure

azure cdk cdktf devops terraform yugabyte

Last synced: about 2 months ago
JSON representation

Example code for deploying Yugabyte to Azure using Terraform over CDKTF

Awesome Lists containing this project

README

          

## Instructions
See corresponding blog post for tutorial.

## Some commands

Compile:
pipenv run ./main.py Compile and run the python code.

Synthesize:
cdktf synth [stack] Synthesize Terraform resources to cdktf.out/

Diff:
cdktf diff [stack] Perform a diff (terraform plan) for the given stack

Deploy:
cdktf deploy [stack] Deploy the given stack

Destroy:
cdktf destroy [stack] Destroy the given stack

Learn more about using modules and providers https://cdk.tf/modules-and-providers