Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Removed local test values
Browse files Browse the repository at this point in the history
  • Loading branch information
joseamoroso committed Jul 12, 2022
1 parent c1efa58 commit df67cda
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build-clusters/backend.tfvars
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bucket = "capstone-bb-atlantis"
bucket = ""
key = "build-cluster/terraform.tfstate"
region = "us-east-1"
5 changes: 2 additions & 3 deletions build-clusters/build.tfvars
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name = "capstone-project"
vpc_cidr = "172.16.0.0/16"
tags = {
"created-on" = "23-06-10PM"
"capstone-project" = "true"
}
env = "build"
Expand All @@ -10,5 +9,5 @@ desired_size = 2
max_size = 3
min_size = 1

argocd_hostname = "argocd.jamoroso.com"
cluster_hostname = "jamoroso.com"
argocd_hostname = ""
cluster_hostname = ""
2 changes: 1 addition & 1 deletion workload-clusters/environments/dev/backend.tfvars
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bucket = "capstone-bb-atlantis"
bucket = ""
key = "dev-cluster/terraform.tfstate"
region = "us-east-1"
7 changes: 3 additions & 4 deletions workload-clusters/environments/dev/dev.tfvars
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name = "workload"
vpc_cidr = "172.17.0.0/16"
tags = {
"created-on" = "09-07-10PM"
"capstone-project" = "true"
}
env = "dev"
Expand All @@ -10,7 +9,7 @@ desired_size = 2
max_size = 3
min_size = 1

cluster_hostname = "jamoroso.com"
cluster_hostname = ""
create_irsa_team_backend = true
application_teams = {
# First Team
Expand All @@ -29,7 +28,7 @@ application_teams = {
}
# Belows are examples of IAM users and roles
users = [
"arn:aws:iam::321852949023:user/team-backend",
"",
]
}
team-frontend = {
Expand All @@ -47,7 +46,7 @@ application_teams = {
}
# Belows are examples of IAM users and roles
users = [
"arn:aws:iam::321852949023:user/team-frontend",
"",
]
}
}
2 changes: 1 addition & 1 deletion workload-clusters/environments/prod/backend.tfvars
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bucket = "capstone-bb-atlantis"
bucket = ""
key = "prod-cluster/terraform.tfstate"
region = "us-east-1"
7 changes: 3 additions & 4 deletions workload-clusters/environments/prod/prod.tfvars
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name = "workload"
vpc_cidr = "172.18.0.0/16"
tags = {
"created-on" = "09-07-10PM"
"capstone-project" = "true"
}
env = "prod"
Expand All @@ -10,7 +9,7 @@ desired_size = 2
max_size = 3
min_size = 1

cluster_hostname = "jamoroso.com"
cluster_hostname = ""
create_irsa_team_backend = true

application_teams = {
Expand All @@ -29,7 +28,7 @@ application_teams = {
}
# Belows are examples of IAM users and roles
users = [
"arn:aws:iam::321852949023:user/team-backend",
"",
]
}
team-frontend = {
Expand All @@ -47,7 +46,7 @@ application_teams = {
}
# Belows are examples of IAM users and roles
users = [
"arn:aws:iam::321852949023:user/team-frontend",
"",
]
}
}

0 comments on commit df67cda

Please sign in to comment.