Skip to content

Commit

Permalink
Add flag to ignore project property
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaykanthm authored and BBBmau committed Aug 1, 2024
1 parent a8005af commit 7027630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ examples:
project: :PROJECT_NAME
ignore_read_extra:
- 'location'
- 'project'
custom_code: !ruby/object:Provider::Terraform::CustomCode
custom_import: templates/terraform/custom_import/scc_source_self_link_as_name_set_organization.go.erb
post_create: templates/terraform/post_create/set_computed_name.erb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func TestAccSecurityCenterV2ProjectNotificationConfig_updateStreamingConfigFilte

acctest.VcrTest(t, resource.TestCase{
PreCheck: func() { acctest.AccTestPreCheck(t) },
ProtoV5ProviderFactories: acctest.ProtoV5ProviderFactories(t),
ProtoV5ProviderFactories: acctest.ProtoV5ProviderFactories(t),
Steps: []resource.TestStep{
{
Config: testAccSecurityCenterV2ProjectNotificationConfig_sccV2ProjectNotificationConfigBasicExample(context),
Expand Down

0 comments on commit 7027630

Please sign in to comment.