Terraform Basics
Example: Let's assume AWS is the Provider for the entire blog
access key, secret key -- authentication
terraform init #Initializes the working directory
Whatever is required to run a terraform script, the "Init" helps to get all the information.
terr...
neelima6699.hashnode.dev1 min read