Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
add new project for app engine flex tests (#3348) (#380)
Browse files Browse the repository at this point in the history
* add new project for app engine flex tests

* remove delete_service_on_destroy

* do not delete the 'default' service

* add noop_on_destroy to tests

* ignore noop_on_destroy in tests

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Apr 13, 2020
1 parent 3d7bdf9 commit 577e61f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/resources/google_storage_bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ describe google_storage_bucket(name: bucket-name) do
its('location') { should cmp 'europe-west2'.upcase }
its('storage_class') { should eq "STANDARD" }
<<<<<<< HEAD
its('labels') { should include("key" => "value") }
=======
>>>>>>> gcp/master
end
describe google_storage_bucket(name: "nonexistent") do
Expand Down

0 comments on commit 577e61f

Please sign in to comment.