Skip to content

Commit

Permalink
added hashicorp/utils modules/frontend and modules/database
Browse files Browse the repository at this point in the history
  • Loading branch information
tevo-andreskitaura committed Feb 9, 2024
1 parent 4bf5ec3 commit ea66880
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ terraform {
source = "hashicorp/utils"
version = ">= 3.0"
}
frontend_layer = {
source = "./modules/frontend"
version = ">= 0.0.1"
}
database = {
source = "./modules/database"
version = ">= 0.0.1"
}
}
}

Expand Down

0 comments on commit ea66880

Please sign in to comment.