File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Welcome to advanced git</ title >
7+ </ head >
8+ < body >
9+ < h1 > Git playground. Welcome all</ h1 >
10+ </ body >
11+ </ html >
Original file line number Diff line number Diff line change 1+ h1 {
2+ color : aquamarine;
3+ font : italic;
4+ }
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ module "vpc" {
77 cidr = " 172.20.0.0/16"
88 azs = slice (data. aws_availability_zones . available . names , 0 , 3 )
99
10- # private_subnets = ["172.20.1.0/24", "172.20.2.0/24", "172.20.3.0/24"]
11- # public_subnets = ["172.20.4.0/24", "172.20.5.0/24", "172.20.6.0/24"]
10+ # This is just for tryout.
11+ private_subnets = [" 172.20.1.0/24" , " 172.20.2.0/24" , " 172.20.3.0/24" ]
12+ public_subnets = [" 172.20.4.0/24" , " 172.20.5.0/24" , " 172.20.6.0/24" ]
1213
1314 enable_nat_gateway = true
1415 single_nat_gateway = true
You can’t perform that action at this time.
0 commit comments