2022/03/17
About the terraform count meta-argument:
- you can pass a
count = nto any resource-block to create n copies of the resource - you can differentiate each of the resources using
${count.index}
About the terraform count meta-argument:
count = n to any resource-block to create n copies of the resource${count.index}