mirror of
https://github.com/idanoo/fediservices.nz-infra
synced 2025-07-02 06:12:15 +00:00
Use docker-compose
This commit is contained in:
parent
bced107145
commit
97039f07e7
5 changed files with 39 additions and 10 deletions
4
sg.tf
4
sg.tf
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue