mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix typo in aws_db_instance example
This commit is contained in:
parent
8788d3c25e
commit
e915807efe
@ -23,7 +23,7 @@ resource "aws_db_instance" "default" {
|
||||
username = "foo"
|
||||
password = "bar"
|
||||
security_group_names = ["${aws_db_security_group.bar.name}"]
|
||||
subnet_group_name = "my_database_subnet_group"
|
||||
db_subnet_group_name = "my_database_subnet_group"
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user