Skip to content

Commit

Permalink
add vpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Syuqri authored and Syuqri committed Dec 9, 2023
1 parent 12b0825 commit 09d4fed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ provider "aws" {
}
}
}

resource "aws_vpc" "main" {
cidr_block = "10.0.0.0/16"

tags = {
Name = "main_vpc"
}
}

0 comments on commit 09d4fed

Please sign in to comment.