mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
get rid of profile
This commit is contained in:
parent
45c84c9966
commit
cd6681970a
2 changed files with 3 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
stage = "dev"
|
||||
profile = "DevAdmin"
|
||||
# profile = "DevAdmin"
|
||||
region = "eu-west-2"
|
||||
|
||||
# Domain
|
||||
|
|
|
|||
|
|
@ -3,15 +3,12 @@ terraform {
|
|||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 4.16"
|
||||
configuration_aliases = [
|
||||
aws.aws_use1
|
||||
]
|
||||
}
|
||||
}
|
||||
backend "s3" {
|
||||
bucket = "assessment-model-terraform-state"
|
||||
region = "eu-west-2"
|
||||
profile = "DevAdmin"
|
||||
# profile = "DevAdmin"
|
||||
key = "terraform.tfstate"
|
||||
}
|
||||
|
||||
|
|
@ -204,6 +201,7 @@ module "route53" {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
# Create an ECR repository for storage of the lambda's docker images
|
||||
module "ecr" {
|
||||
ecr_name = "fastapi-repository-${var.stage}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue