Skip to content

Commit

Permalink
comment out beta tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisst committed Jul 26, 2019
1 parent 34842b1 commit a5fcbb9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<% autogen_exception -%>
package google
<% unless version == 'ga' -%>

import (
"fmt"
Expand Down Expand Up @@ -62,3 +64,7 @@ resource "google_cloud_run_service" "default" {
}
`, name, project, concurrency)
}
<% else %>
// Because Cloud Run is still in beta, we can't run any of the tests that call that
// resource without vendoring in the full beta provider.
<% end -%>

0 comments on commit a5fcbb9

Please sign in to comment.