Skip to content

Commit

Permalink
terraform command (startup)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbegin0 committed Apr 16, 2024
1 parent 0b14d29 commit af7f230
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion internal-updates/start_up.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ Follow steps to install Terraform
1.
[Install Terraform](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli)
2. [Install AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
3. [Install Kubectl](https://discord.com/channels/@me/1186057804491014185/1229897203548684369)
3. [Install Kubectl](https://discord.com/channels/@me/1186057804491014185/1229897203548684369)
4. In command line: `terraform init` - sets up Terraform to run your configuration by initializing the backend and installing the plugins for the providers defined in your configuration.
5. In command line: `terraform plan` - displays what actions Terraform will perform when you apply your configuration. It doesn't make any changes to real resources but shows you a preview of what will happen.
6. In command line: `terraform apply` - Terraform will ask you to confirm that you want to perform the actions detailed in the plan. Type yes to proceed. This process can take several minutes as Terraform works to set up your EKS cluster and all associated resources


0 comments on commit af7f230

Please sign in to comment.