This commit is contained in:
2023-01-11 01:31:56 +09:00
parent f0402956e2
commit c96cac92b9
42 changed files with 746 additions and 265 deletions

4
modules/eip/main.tf Normal file
View File

@ -0,0 +1,4 @@
resource "aws_eip" "lb" {
instance = aws_instance.web.id
vpc = true
}

0
modules/eip/outputs.tf Normal file
View File

0
modules/eip/variables.tf Normal file
View File