Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabouardy committed Sep 14, 2017
1 parent cf76cad commit acccd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordpress/main.tf
Expand Up @@ -174,7 +174,7 @@ resource "aws_db_instance" "default" {
engine_version = "5.6.35"
storage_type = "gp2"
allocated_storage = 5
instance_class = "db.t1.micro"
instance_class = "db.t2.micro"
username = "${var.db_username}"
password = "${var.db_password}"
vpc_security_group_ids = ["${aws_security_group.dbsg.id}"]
Expand Down

0 comments on commit acccd53

Please sign in to comment.