Skip to content

Commit

Permalink
fixup! fixup! rename tf to infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Nov 3, 2023
1 parent b25073b commit a5aeab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/aws-constellation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "aws_iam" {
source = "../terraform/iam/aws"
source = "../infrastructure/iam/aws"
name_prefix = var.name_prefix
region = local.region
}
Expand All @@ -30,7 +30,7 @@ module "fetch_ami" {


module "aws" {
source = "../terraform/aws"
source = "../infrastructure/aws"
name = var.name
node_groups = var.node_groups
iam_instance_profile_worker_nodes = module.aws_iam.worker_nodes_instance_profile
Expand Down

0 comments on commit a5aeab1

Please sign in to comment.