Previous Next
This is the second blog post of terraform series. In this blog post, we are going to discuss, how to create/update/delete resource on AWS using the simple terraform configuration file.
In this Blog, we will use “HCL(Hashicorp configuration language)” to
write to terraform configuration files, which is recommended by Hashicorp.
Extension of configuration file written in HCL (Hashicorp configuration language)
is “.tf”.