Serverless Framework
Introduction In this series, we’ll focus on Serverless Framework, one of the fastest ways to build and deploy serverless applications. If you’ve already worked with Terraform, you know how great it is
Mar 5, 20254 min read1

Search for a command to run...
Articles tagged with #devops
Introduction In this series, we’ll focus on Serverless Framework, one of the fastest ways to build and deploy serverless applications. If you’ve already worked with Terraform, you know how great it is

Introduction In this part, we’ll explore some advanced features of Terraform. You’ll learn about variable types, constructs like for_each, and how to use dynamic blocks to make your Terraform code cle

divide and rule

Objective In this section, we discuss the concept of Terraform state. Terraform is responsible for creating or altering resources on a platform (for example, deploying pods to Kubernetes or creating resources on AWS). To manage this, Terraform needs ...

hands on terraform
