Use docker-compose

This commit is contained in:
Daniel Mason 2023-04-22 14:08:28 +12:00
parent bced107145
commit 97039f07e7
Signed by: idanoo
GPG key ID: 387387CDBC02F132
5 changed files with 39 additions and 10 deletions

4
sg.tf
View file

@ -1,7 +1,7 @@
# Security groups to access database1.apse2
resource "aws_security_group" "sg" {
name = "status.fediservices.nz"
description = "status.fediservices.nz"
name = var.domain
description = var.domain
vpc_id = aws_vpc.vpc.id
}