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
- Host: GitHub
- URL: https://github.com/anant/example-cdktf-yugabyte-azure
- Owner: Anant
- License: apache-2.0
- Created: 2022-09-30T06:01:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T06:06:51.000Z (about 3 years ago)
- Last Synced: 2025-01-19T15:38:52.815Z (9 months ago)
- Topics: azure, cdk, cdktf, devops, terraform, yugabyte
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 stackDeploy:
cdktf deploy [stack] Deploy the given stackDestroy:
cdktf destroy [stack] Destroy the given stackLearn more about using modules and providers https://cdk.tf/modules-and-providers