Skip to content

Commit c9545b4

Browse files
Update main.tf
1 parent 782e721 commit c9545b4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

‎beginners/aws/main.tf

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,14 @@ module "collabnix_static_s3_website" {
1717
s3_bucket_name = "my-collabnix-test-bucket-name.com"
1818
aws_profile_name = "{profile_name}"
1919
document_directory = "./modules/s3/"
20-
}
20+
}
21+
22+
module "collabnix_application_load_balancer" {
23+
source = "./modules/application_load_balancer"
24+
}
25+
26+
module "collabnix_API_Gateway & Cloudwatch" {
27+
source = "./API_Gateway & Cloudwatch"
28+
}
29+
30+

0 commit comments

Comments
 (0)