Skip to content

Commit

Permalink
Fix TestAccApigeeInstance_apigeeInstanceServiceAttachmentBasicTestExa…
Browse files Browse the repository at this point in the history
…mple to use valid consumer_accept_list (#8053) (#14783)

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Jun 1, 2023
1 parent ddd5fa1 commit 9efb240
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/8053.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google/resource_apigee_instance_generated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ resource "google_apigee_instance" "apigee_instance" {
name = "tf-test%{random_suffix}"
location = "us-central1"
org_id = google_apigee_organization.apigee_org.id
consumer_accept_list = [123456, google_project.project.number]
consumer_accept_list = [google_project.project.number]
}
`, context)
}
Expand Down

0 comments on commit 9efb240

Please sign in to comment.