Repository navigation
tfstate
- Website
- Wikipedia
Export existing AWS resources to Terraform style (tf, tfstate) / No longer actively maintained
Reads from existing public and private cloud providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
Read your tfstate or HCL to generate a graph specific for each provider, showing only the resources that are most important/relevant.
Terraform module that provision an S3 bucket to store the `terraform.tfstate` file and a DynamoDB table to lock the state file to prevent concurrent modifications and state corruption.
Terraform destroy without configuration files
Terraform Module to create Terraform state storage backend based on AWS S3 and DynamoDB for state locking.
Terraform de Storage (S3) para persistência e compartilhamento de estados do Terraform.
Terraform module to create Remote State Storage resources for workload deployment on Azure Cloud.
git `pre-commit` hook to encrypt sensitive files using `ansible-vault` ❇️ mirrorred repo
Compare the tfstate before apply and the tfstate after apply, and comment the instance name and ip address in the github pull request.
The Terraform Remote Backend project with State Locking in AWS involves setting up a remote backend with state locking, which helps to prevent concurrent state operations and potential conflicts. The project is based on AWS and uses various variables like AWS region, resource tags, environment, and bucket name
Lab: building a cloud infrastructure using terraform
This is a Terraform project that can be used to create an Azure virtual machine, virtual network, storage account, and load balancer into your existing resource group. Then, it creates and uploads the tfstate file of the deployment to the existing container in your storage account on Azure without creating it in your local repository.
Terraform build of a Remote Backend in Azure
Sample ServiceBus (geo disaster config), Building images and pusing to ACR, AKS deployment, used terraform form for IAC. it just my experiment learning