Skip to content

Commit

Permalink
terra | add TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenrajm7 committed Nov 22, 2022
1 parent 407fe79 commit 7ffe92b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions exp-setup/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ provider "aws" {
region = "ca-central-1"
}


## TODO:
## VPC
## Placement-group (cluster) , Network-Interface-Card
## Init scripts
##

resource "aws_instance" "app_server" {
ami = "ami-0a7154091c5c6623e"
instance_type = "t2.micro"
Expand Down

0 comments on commit 7ffe92b

Please sign in to comment.