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 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