From 9717f9c43343d1690434ac747a681aa0621cf301 Mon Sep 17 00:00:00 2001 From: Chris Vo Date: Sun, 24 Oct 2021 08:13:31 -0500 Subject: [PATCH 1/2] missing tick on terraform apply --- .../1-Create-S3-Bucket-To-Store-TFSTATE-Files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terraform-AWS-Services-Creation/1-Create-S3-Bucket-To-Store-TFSTATE-Files.md b/Terraform-AWS-Services-Creation/1-Create-S3-Bucket-To-Store-TFSTATE-Files.md index e964f03..c15df06 100644 --- a/Terraform-AWS-Services-Creation/1-Create-S3-Bucket-To-Store-TFSTATE-Files.md +++ b/Terraform-AWS-Services-Creation/1-Create-S3-Bucket-To-Store-TFSTATE-Files.md @@ -14,4 +14,4 @@ The Terraform `main.tf` will do a few things: 2. Create the bucket by running the following: - `terraform init` - To initialize the working directory and pull down the provider - `terraform plan` - To go through a "check" and confirm the configurations are valid -- `terraform apply - To create the resource \ No newline at end of file +- `terraform apply` - To create the resource \ No newline at end of file From 6b1ea693627861d613d59a8155dbf9a83cf08c44 Mon Sep 17 00:00:00 2001 From: Chris Vo Date: Sun, 24 Oct 2021 08:14:27 -0500 Subject: [PATCH 2/2] added missing tick --- Terraform-AWS-Services-Creation/2-Create-ECR.md | 2 +- .../3-Create-EKS-Cluster-IAM-Role-And-Policy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Terraform-AWS-Services-Creation/2-Create-ECR.md b/Terraform-AWS-Services-Creation/2-Create-ECR.md index 59825ad..18ae096 100644 --- a/Terraform-AWS-Services-Creation/2-Create-ECR.md +++ b/Terraform-AWS-Services-Creation/2-Create-ECR.md @@ -14,4 +14,4 @@ The Terraform `main.tf` will do a few things: 2. Create the bucket by running the following: - `terraform init` - To initialize the working directory and pull down the provider - `terraform plan` - To go through a "check" and confirm the configurations are valid -- `terraform apply - To create the resource \ No newline at end of file +- `terraform apply` - To create the resource \ No newline at end of file diff --git a/Terraform-AWS-Services-Creation/3-Create-EKS-Cluster-IAM-Role-And-Policy.md b/Terraform-AWS-Services-Creation/3-Create-EKS-Cluster-IAM-Role-And-Policy.md index c9496b2..41ecaa3 100644 --- a/Terraform-AWS-Services-Creation/3-Create-EKS-Cluster-IAM-Role-And-Policy.md +++ b/Terraform-AWS-Services-Creation/3-Create-EKS-Cluster-IAM-Role-And-Policy.md @@ -16,4 +16,4 @@ The Terraform `main.tf` will do a few things: 2. Create the bucket by running the following: - `terraform init` - To initialize the working directory and pull down the provider - `terraform plan` - To go through a "check" and confirm the configurations are valid -- `terraform apply - To create the resource +- `terraform apply` - To create the resource