Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 committed Oct 12, 2023
1 parent 9022389 commit 24516fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ resource "google_apikeys_key" "key2" {
provider = google-beta
name = "tf-test-api-key2%{random_suffix}"
display_name = "Test api key 2"
project = google_project.default.project_id
project = "%{project_id}"

restrictions {
browser_key_restrictions {
Expand Down

0 comments on commit 24516fc

Please sign in to comment.