remove containeranalysis from ignore list (#2095)

This commit is contained in:
Dana Hoffman 2018-09-21 15:58:42 -07:00 committed by GitHub
parent 95211daafe
commit bec963fdfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,6 @@ func resourceGoogleProjectServices() *schema.Resource {
// These services can only be enabled as a side-effect of enabling other services,
// so don't bother storing them in the config or using them for diffing.
var ignoreProjectServices = map[string]struct{}{
"containeranalysis.googleapis.com": struct{}{},
"dataproc-control.googleapis.com": struct{}{},
"source.googleapis.com": struct{}{},
"stackdriverprovisioning.googleapis.com": struct{}{},