Posts

Showing posts from August, 2023

Terraform Commands

 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ It looks like you're asking about various Terraform commands that are commonly used for managing infrastructure using HashiCorp Terraform. Here's a list of some important Terraform commands and their descriptions: terraform init : Initializes a Terraform working directory by downloading the necessary provider plugins and setting up the environment for the configuration. terraform plan : Generates an execution plan that shows the changes Terraform will make to the infrastructure without actually making any changes. This is useful for reviewing the planned modifications before applying them. terraform apply : Applies the changes specified in your Terraform configuration to the actual infrastructure. This command can create, update, or delete resources as needed. terraform destroy : Destroys the infrastructure managed by Terr...

EKS -- Terraform EKA - Interview Questions

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++