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 (GoogleCloudPlatform#8053)
  • Loading branch information
roaks3 authored and Khaled Hassan committed Jun 7, 2023
1 parent 7feb1fc commit d0a6668
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ resource "google_apigee_instance" "<%= ctx[:primary_resource_id] %>" {
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]
}

0 comments on commit d0a6668

Please sign in to comment.