Skip to content

Commit

Permalink
Update docs/resources/rds_instance_v3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiChangkuo authored Nov 23, 2023
1 parent af874b6 commit 67cd19b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/resources/rds_instance_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@ But due to some attributes missing from the API response, it's required to ignor
resource "flexibleengine_rds_instance_v3" "instance_1" {
...
lifecycle {
ignore_changes = [
"db",
]
}
lifecycle {
ignore_changes = [
"db",
]
}
}
```

0 comments on commit 67cd19b

Please sign in to comment.