
Resources in Terraform are deployed as top-level resources. A server or App Service plan for example. These top-level resources include inline, or sub-resources; blocks of code that configure the top-level resource. In this blog post and video, we use a Network Security Group (NSG) as a Dynamic block example by creating multiple security rules as inline or sub-resources.
Continue reading “Dynamic Blocks in Terraform with Azure”