Skip to content

Commit

Permalink
Update Magic Modules (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 authored Dec 6, 2021
1 parent 895e848 commit da13bf7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 149 deletions.

This file was deleted.

73 changes: 0 additions & 73 deletions rules/magicmodules/google_filestore_instance_invalid_tier.go

This file was deleted.

5 changes: 5 additions & 0 deletions rules/magicmodules/product.go
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,11 @@ var Products = map[string]Product{
{Name: "Cloud Notebooks API", URL: "https://console.cloud.google.com/apis/api/notebooks.googleapis.com"},
},
},
"google_notebooks_runtime": {
APIsRequired: []APIReference{
{Name: "Cloud Notebooks API", URL: "https://console.cloud.google.com/apis/api/notebooks.googleapis.com"},
},
},
"google_notebooks_location": {
APIsRequired: []APIReference{
{Name: "Cloud Notebooks API", URL: "https://console.cloud.google.com/apis/api/notebooks.googleapis.com"},
Expand Down
2 changes: 0 additions & 2 deletions rules/magicmodules/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ var Rules = []tflint.Rule{
NewGoogleAccessContextManagerServicePerimeterInvalidPerimeterTypeRule(),
NewGoogleActiveDirectoryDomainTrustInvalidTrustDirectionRule(),
NewGoogleActiveDirectoryDomainTrustInvalidTrustTypeRule(),
NewGoogleApigeeInstanceInvalidPeeringCidrRangeRule(),
NewGoogleApigeeOrganizationInvalidRuntimeTypeRule(),
NewGoogleAppEngineDomainMappingInvalidOverrideStrategyRule(),
NewGoogleAppEngineFirewallRuleInvalidActionRule(),
Expand Down Expand Up @@ -101,7 +100,6 @@ var Rules = []tflint.Rule{
NewGoogleDialogflowEntityTypeInvalidKindRule(),
NewGoogleDialogflowIntentInvalidWebhookStateRule(),
NewGoogleDnsManagedZoneInvalidVisibilityRule(),
NewGoogleFilestoreInstanceInvalidTierRule(),
NewGoogleFirestoreIndexInvalidQueryScopeRule(),
NewGoogleHealthcareFhirStoreInvalidVersionRule(),
NewGoogleKmsCryptoKeyInvalidPurposeRule(),
Expand Down
2 changes: 1 addition & 1 deletion tools/magic-modules
Submodule magic-modules updated 407 files

0 comments on commit da13bf7

Please sign in to comment.