Day 62: Terraform and Docker
Terraform needs to be told which provider is to be used in the automation; hence, we need to give the provider name, source, and version. For Docker, we can use this block of code in your main.tf
Blocks and Resources in Terraform:
💡Blocks:
In Terraf...
iris1919.hashnode.dev5 min read