Skip to content

Commit

Permalink
Resolve #47
Browse files Browse the repository at this point in the history
  • Loading branch information
rstalets committed Feb 13, 2021
1 parent deb9c48 commit 38006f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/rds-snapshot/db_snapshot.tf
Expand Up @@ -30,7 +30,7 @@ resource "aws_vpc" "main" {

resource "aws_subnet" "subnet_1" {
vpc_id = aws_vpc.main.id
cidr_block = "10.0.1.1/28"
cidr_block = "10.0.1.0/28"
availability_zone = "us-east-1b"

tags = {
Expand Down

0 comments on commit 38006f8

Please sign in to comment.