Interpolation in Terraform
Variable Interpolation:
${var.variable_name}: Interpolates the value of a variable.
Resource Attribute Interpolation:
${resource_type.resource_name.attribute}: Interpolates the value of a specific attribute of a resource.
Data Attribute Interpo...
techblogsdomain.hashnode.dev2 min read