Skip to content

Commit ab08068

Browse files
add tf-test prefix to testAccDatabaseMigrationServiceConnectionProfile_databaseMigrationServiceConnectionProfileAlloydbExample (#7977) (#14661)
Signed-off-by: Modular Magician <[email protected]>
1 parent a43f641 commit ab08068

3 files changed

+5
-2
lines changed

.changelog/7977.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/resource_database_migration_service_connection_profile_generated_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ resource "google_database_migration_service_connection_profile" "alloydbprofile"
280280
foo = "bar"
281281
}
282282
alloydb {
283-
cluster_id = "dbmsalloycluster%{random_suffix}"
283+
cluster_id = "tf-test-dbmsalloycluster%{random_suffix}"
284284
settings {
285285
initial_user {
286286
user = "alloyuser%{random_suffix}"

website/docs/r/database_migration_service_connection_profile.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ resource "google_database_migration_service_connection_profile" "alloydbprofile"
227227
foo = "bar"
228228
}
229229
alloydb {
230-
cluster_id = "dbmsalloycluster%{random_suffix}"
230+
cluster_id = "tf-test-dbmsalloycluster%{random_suffix}"
231231
settings {
232232
initial_user {
233233
user = "alloyuser%{random_suffix}"

0 commit comments

Comments
 (0)