laposts.blogg.se

Terraform plugins directory
Terraform plugins directory





terraform plugins directory

  • Terraform is Cloud Agnostic and supports numerous cloud providers like AWS, Azure, GCP etc.
  • Configuration files are in human readable format using HashiCorp Configuration Language(HCL) or even JSON is supported.
  • terraform plugins directory

    You declare your required infrastructure in a configuration file and terraform creates it in correct order.It lets you provision, update and version your infrastructure in efficient manner.It lets you provision your infrastructure as code. Terraform is a popular open source Infrastructure as Code(IaC) tool by HashiCorp.

    terraform plugins directory

    Today we’ll learn to create it using another famous IaC tool Terraform.īefore we get into the details, let’s try to understand what is Terraform and How do you create a resource on AWS using it What is Terraform? In one of my previous post, I explained how to create DynamoDB table using CloudFormation template. You can choose DynamoDB when you have the requirement to store semi structured data and to retrieve them really fast. Working with DynamoDB in Python using Boto3







    Terraform plugins directory