mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix indentation
This commit is contained in:
parent
53559ac8bf
commit
00288c36b9
@ -404,7 +404,7 @@ func testAccReplicaInstanceConfig(val int) string {
|
||||
}
|
||||
|
||||
resource "aws_db_instance" "replica" {
|
||||
identifier = "tf-replica-db-%d"
|
||||
identifier = "tf-replica-db-%d"
|
||||
backup_retention_period = 0
|
||||
replicate_source_db = "${aws_db_instance.bar.identifier}"
|
||||
allocated_storage = "${aws_db_instance.bar.allocated_storage}"
|
||||
|
Loading…
Reference in New Issue
Block a user