Skip to content

Commit

Permalink
Fix terrafmt error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Sep 7, 2022
1 parent 1440807 commit 083fbdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/service/rds/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2572,10 +2572,11 @@ resource "aws_rds_cluster" "restore" {
func testAccClusterConfig_pointInTimeRestoreSource_enabledCloudWatchLogsExports(rName, enabledCloudwatchLogExports string) string {
return acctest.ConfigCompose(testAccClusterConfig_baseForPITR(rName), fmt.Sprintf(`
resource "aws_rds_cluster" "restore" {
cluster_identifier = "%[1]s-restore"
cluster_identifier = "%[1]s-restore"
skip_final_snapshot = true
engine = aws_rds_cluster.test.engine
enabled_cloudwatch_logs_exports = [%[2]q]
restore_to_point_in_time {
source_cluster_identifier = aws_rds_cluster.test.cluster_identifier
restore_type = "full-copy"
Expand Down

0 comments on commit 083fbdc

Please sign in to comment.