Skip to content

Commit

Permalink
Ignore read on FlexibleAppVersion deployment (#10330)
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick authored Apr 2, 2024
1 parent e43b841 commit 212645a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 71 deletions.
2 changes: 1 addition & 1 deletion mmv1/products/appengine/FlexibleAppVersion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ properties:
name: 'deployment'
description: |
Code and application artifacts that make up this version.
custom_flatten: templates/terraform/custom_flatten/app_version.go.erb
ignore_read: true
properties:
- !ruby/object:Api::Type::NestedObject
name: 'zip'
Expand Down
68 changes: 0 additions & 68 deletions mmv1/templates/terraform/custom_flatten/app_version.go.erb

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestAccAppEngineFlexibleAppVersion_update(t *testing.T) {
ResourceName: "google_app_engine_flexible_app_version.foo",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"env_variables", "deployment.0.files", "entrypoint", "service", "noop_on_destroy"},
ImportStateVerifyIgnore: []string{"env_variables", "deployment", "entrypoint", "service", "noop_on_destroy"},
},
{
Config: testAccAppEngineFlexibleAppVersion_pythonUpdate(context),
Expand All @@ -38,7 +38,7 @@ func TestAccAppEngineFlexibleAppVersion_update(t *testing.T) {
ResourceName: "google_app_engine_flexible_app_version.foo",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"env_variables", "deployment.0.files", "entrypoint", "service", "noop_on_destroy"},
ImportStateVerifyIgnore: []string{"env_variables", "deployment", "entrypoint", "service", "noop_on_destroy"},
},
},
})
Expand Down

0 comments on commit 212645a

Please sign in to comment.