Skip to content

Commit fe07c11

Browse files
wata727github-actions[bot]
authored andcommitted
Update Magic Modules
1 parent 098171e commit fe07c11

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

rules/magicmodules/api_definition.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ var APIDefinition = map[string]string{
8787
"google_beyondcorp_app_connection": "beyondcorp.googleapis.com",
8888
"google_beyondcorp_app_connector": "beyondcorp.googleapis.com",
8989
"google_beyondcorp_app_gateway": "beyondcorp.googleapis.com",
90-
"google_beyondcorp_application": "beyondcorp.googleapis.com",
9190
"google_beyondcorp_security_gateway": "beyondcorp.googleapis.com",
9291
"google_beyondcorp_security_gateway_application": "beyondcorp.googleapis.com",
9392
"google_biglake_catalog": "biglake.googleapis.com",
@@ -288,6 +287,7 @@ var APIDefinition = map[string]string{
288287
"google_developer_connect_git_repository_link": "developerconnect.googleapis.com",
289288
"google_developer_connect_insights_config": "developerconnect.googleapis.com",
290289
"google_dialogflow_agent": "dialogflow.googleapis.com",
290+
"google_dialogflow_conversation_profile": "dialogflow.googleapis.com",
291291
"google_dialogflow_encryption_spec": "dialogflow.googleapis.com",
292292
"google_dialogflow_entity_type": "dialogflow.googleapis.com",
293293
"google_dialogflow_fulfillment": "dialogflow.googleapis.com",
@@ -491,7 +491,6 @@ var APIDefinition = map[string]string{
491491
"google_network_services_tls_route": "networkservices.googleapis.com",
492492
"google_notebooks_environment": "notebooks.googleapis.com",
493493
"google_notebooks_instance": "notebooks.googleapis.com",
494-
"google_notebooks_location": "notebooks.googleapis.com",
495494
"google_notebooks_runtime": "notebooks.googleapis.com",
496495
"google_oracle_database_autonomous_database": "oracledatabase.googleapis.com",
497496
"google_oracle_database_cloud_exadata_infrastructure": "oracledatabase.googleapis.com",
@@ -584,7 +583,6 @@ var APIDefinition = map[string]string{
584583
"google_tags_tag_binding": "cloudresourcemanager.googleapis.com",
585584
"google_tags_tag_key": "cloudresourcemanager.googleapis.com",
586585
"google_tags_tag_value": "cloudresourcemanager.googleapis.com",
587-
"google_tpu_node": "tpu.googleapis.com",
588586
"google_transcoder_job": "transcoder.googleapis.com",
589587
"google_transcoder_job_template": "transcoder.googleapis.com",
590588
"google_vmwareengine_cluster": "vmwareengine.googleapis.com",

rules/magicmodules/google_network_services_lb_traffic_extension_invalid_load_balancing_scheme.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func (r *GoogleNetworkServicesLbTrafficExtensionInvalidLoadBalancingSchemeRule)
7272
}
7373

7474
err := runner.EvaluateExpr(attribute.Expr, func(val string) error {
75-
validateFunc := validation.StringInSlice([]string{"INTERNAL_MANAGED", "EXTERNAL_MANAGED", ""}, false)
75+
validateFunc := validation.StringInSlice([]string{"INTERNAL_MANAGED", "EXTERNAL_MANAGED"}, false)
7676

7777
_, errors := validateFunc(val, r.attributeName)
7878
for _, err := range errors {

tools/magic-modules

Submodule magic-modules updated 331 files

0 commit comments

Comments
 (0)