From 16d56c201b78b213308a462a8f9b2556d7ff0688 Mon Sep 17 00:00:00 2001 From: lagosyusuf Date: Mon, 29 Jul 2024 08:18:29 -0700 Subject: [PATCH 1/4] modified: terraform/terraform.tf modified: terraform/variables.tf --- terraform/terraform.tf | 4 ++-- terraform/variables.tf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/terraform/terraform.tf b/terraform/terraform.tf index 67b75c673..2ed55264d 100644 --- a/terraform/terraform.tf +++ b/terraform/terraform.tf @@ -27,9 +27,9 @@ terraform { } backend "s3" { - bucket = "gitopsterrastate" + bucket = "vprofilea-ctions23" key = "terraform.tfstate" - region = "us-east-2" + region = "us-west-2" } required_version = "~> 1.6.3" diff --git a/terraform/variables.tf b/terraform/variables.tf index a41d982a0..3f5c458a8 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -1,11 +1,11 @@ variable "region" { description = "AWS region" type = string - default = "us-east-2" + default = "us-west-2" } variable "clusterName" { description = "Name of the EKS cluster" type = string - default = "kitops-eks" + default = "vprofile-eks" } From 23c3b687a286c23636069c528ae8f4c3cf396eaf Mon Sep 17 00:00:00 2001 From: lagosyusuf Date: Mon, 29 Jul 2024 12:21:31 -0700 Subject: [PATCH 2/4] Bucket name & Cluster name updated --- terraform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 3f5c458a8..cc2d89e9e 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -5,7 +5,7 @@ variable "region" { } variable "clusterName" { - description = "Name of the EKS cluster" + description = "Name of the EKS cluster new" type = string default = "vprofile-eks" } From 1014e910b7397750d9dc44f0dca47e61b35c4c4d Mon Sep 17 00:00:00 2001 From: lagosyusuf Date: Mon, 29 Jul 2024 16:37:02 -0700 Subject: [PATCH 3/4] Revert "Read" This reverts commit 92b9d9ad65ad0e226678d49f48b1eca5bf9d1a7e. Bucket name & Cluster name updated --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dcd659f7e..838c39a8e 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,3 @@ Terraform version 1.6.3 * terraform plan -out planfile * terraform apply -auto-approve -input=false -parallelism=1 planfile #### -##### From daca7202e62916d7356b1929cf17fd2a878ff65b Mon Sep 17 00:00:00 2001 From: lagosyusuf Date: Mon, 29 Jul 2024 16:42:56 -0700 Subject: [PATCH 4/4] Revert "Read" This reverts commit 92b9d9ad65ad0e226678d49f48b1eca5bf9d1a7e. updated variable file --- terraform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index cc2d89e9e..47420bde3 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -5,7 +5,7 @@ variable "region" { } variable "clusterName" { - description = "Name of the EKS cluster new" + description = "Name of the EKS cluster on AWS" type = string default = "vprofile-eks" }