Managing resource lifecycle in Terraform -In this lecture, we will discuss lifecycle rules in terraform, but before that we will get an ove...
Read more
Latest Posts
More postsWorking with implicit and explicit dependency in Terraform Implicit dependency - We saw previously, that When we reference an attribute of ...
Read more
What are Output variables? - We will discuss an other kind of variables in Terraform, known as output variables - Let's understand firs...
Read more
Referencing a resource attribute in another resource block - We have seen until now how to create resources with Terraform without any depen...
Read more
How can we set input variables in Terraform? - We have seen earlier that input variables can be declared like this without setting any argu...
Read more
What are the complex types that we have in Terraform? - the complex types that we have in Terraform are * list * set * map * tuple and obje...
Read more