Task 1 Create a Terraform script with Blocks and Resources terraform { required_providers { docker = { source = "kreuzwerker/docker" version = "~> 2.21.0" } } } Note: kreuzwerker/docker, is shorthand fo...
shreya-gupta.hashnode.dev2 min read
No responses yet.