Skip to content

Commit 258bd79

Browse files
Fix TestAccDataformRepositoryReleaseConfig_dataformRepositoryReleaseC (#8764) (#15649)
Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
1 parent 7a721c1 commit 258bd79

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/8764.txt

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

website/docs/r/dataform_repository_release_config.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "google_sourcerepo_repository" "git_repository" {
4646
4747
resource "google_secret_manager_secret" "secret" {
4848
provider = google-beta
49-
secret_id = "secret"
49+
secret_id = "my_secret"
5050
5151
replication {
5252
automatic = true

website/docs/r/dataform_repository_workflow_config.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "google_sourcerepo_repository" "git_repository" {
4646
4747
resource "google_secret_manager_secret" "secret" {
4848
provider = google-beta
49-
secret_id = "secret"
49+
secret_id = "my_secret"
5050
5151
replication {
5252
automatic = true

0 commit comments

Comments
 (0)