Skip to content

Commit 15248ef

Browse files
authored
Merge pull request #32 from jyoti1998-gehlot/master
Update main.tf
2 parents 0503468 + 848b7b4 commit 15248ef

File tree

7 files changed

+12
-3
lines changed

7 files changed

+12
-3
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 = "./modules/API_Gateway & Cloudwatch"
28+
}
29+
30+

‎beginners/aws/API_Gateway & Cloudwatch/README.md renamed to ‎beginners/aws/modules/API_Gateway & CloudWatch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ For example:
1414

1515
```tf
1616
$ git clone https://github.com/collabnix/terraform.git
17-
$ cd terraform/beginner/aws/modules/application_load_balancer
17+
$ cd terraform/beginner/aws/modules/API_Gateway & CloudWatch
1818
$ terraform apply
1919
```

‎beginners/aws/API_Gateway & Cloudwatch/api_gateway.tf renamed to ‎beginners/aws/modules/API_Gateway & CloudWatch/api_gateway.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,3 @@ resource "aws_api_gateway_stage" "panda" {
124124
stage_name = "panda"
125125
}
126126

127-

0 commit comments

Comments
 (0)