Skip to content

Commit

Permalink
chore: remove eks references
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmorehouse committed Feb 5, 2024
1 parent 6e5ef22 commit 3055aa5
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 27 deletions.
2 changes: 1 addition & 1 deletion aws-ecs-byovpc/example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags = {
nuon_id = "28g232g0an6vh29t6mu7kv3a96"
nuon_install_id = "28g232g0an6vh29t6mu7kv3a96"
nuon_app_id = "1mqyl4egjsebw2dwap2s66r69x"
nuon_sandbox_name = "aws-eks"
nuon_sandbox_name = "aws-ecs-byovpc"
nuon_sandbox_version = "0.10.4"
}
waypoint_odr_namespace = "02w56dgii30zc23fb4kvqz77yi"
Expand Down
2 changes: 0 additions & 2 deletions aws-ecs-byovpc/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ output "runner" {
}

output "ecs_cluster" {
// NOTE: these are declared here -
// https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest?tab=outputs
value = {
arn = module.ecs_cluster.cluster_arn,
id = module.ecs_cluster.cluster_id,
Expand Down
10 changes: 0 additions & 10 deletions aws-ecs-byovpc/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,3 @@ provider "aws" {
tags = local.tags
}
}

# hack. see eks.tf for more details
provider "aws" {
region = local.install_region
alias = "no_tags"

assume_role {
role_arn = var.assume_role_arn
}
}
2 changes: 1 addition & 1 deletion aws-ecs-byovpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variable "prefix_override" {

variable "vpc_id" {
type = string
description = "The ID of VPC to deploy the EKS cluster to"
description = "The ID of VPC to deploy the ECS cluster to"
}

variable "nuon_id" {
Expand Down
2 changes: 1 addition & 1 deletion aws-ecs/example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags = {
nuon_id = "28g232g0an6vh29t6mu7kv3a96"
nuon_install_id = "28g232g0an6vh29t6mu7kv3a96"
nuon_app_id = "1mqyl4egjsebw2dwap2s66r69x"
nuon_sandbox_name = "aws-eks"
nuon_sandbox_name = "aws-ecs"
nuon_sandbox_version = "0.10.4"
}
waypoint_odr_namespace = "02w56dgii30zc23fb4kvqz77yi"
Expand Down
2 changes: 0 additions & 2 deletions aws-ecs/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ output "runner" {
}

output "ecs_cluster" {
// NOTE: these are declared here -
// https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest?tab=outputs
value = {
arn = module.ecs_cluster.cluster_arn,
id = module.ecs_cluster.cluster_id,
Expand Down
10 changes: 0 additions & 10 deletions aws-ecs/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,3 @@ provider "aws" {
tags = local.tags
}
}

# hack. see eks.tf for more details
provider "aws" {
region = local.install_region
alias = "no_tags"

assume_role {
role_arn = var.assume_role_arn
}
}

0 comments on commit 3055aa5

Please sign in to comment.