Skip to content

Commit 090dade

Browse files
committed
feat: add resource
1 parent c671912 commit 090dade

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

more_examples/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ resource "aws_db_instance" "my_db" {
3030
identifier = "mysql57-extended"
3131
engine = "mysql"
3232
engine_version = "5.7.44"
33-
instance_class = "db.t3.medium"
33+
instance_class = "c5.2xlarge"
3434
allocated_storage = 20
35-
storage_type = "gp2"
3635
username = "admin"
3736
password = "yourpassword"
3837
db_name = "exampledb"

0 commit comments

Comments
 (0)