Skip to content

feat: (storage) added resource google_storage_bucket_life_cycle_config #13882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

gurusai-voleti
Copy link
Contributor

@gurusai-voleti gurusai-voleti commented May 8, 2025

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

storage: added new resource `google_storage_bucket_life_cycle_config` for storage buckets

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 7 files changed, 1568 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 7 files changed, 1568 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 286 insertions(+))
Open in Cloud Shell: Diff ( 4 files changed, 118 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_storage_bucket_life_cycle_config (9 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_storage_bucket_life_cycle_config" "primary" {
  lifecycle_rule {
    condition {
      send_age_if_zero                        = # value needed
      send_days_since_custom_time_if_zero     = # value needed
      send_days_since_noncurrent_time_if_zero = # value needed
      send_num_newer_versions_if_zero         = # value needed
    }
  }
}

Missing doc report (experimental)

The following resources have fields missing in documents.

  • google_storage_bucket_life_cycle_config
    • Expected Document Path: /website/docs/r/storage_bucket_life_cycle_config.html.markdown
    • Fields: [lifecycle_rule lifecycle_rule.action lifecycle_rule.action.storage_class lifecycle_rule.action.type lifecycle_rule.condition lifecycle_rule.condition.age lifecycle_rule.condition.created_before lifecycle_rule.condition.custom_time_before lifecycle_rule.condition.days_since_custom_time lifecycle_rule.condition.days_since_noncurrent_time lifecycle_rule.condition.matches_prefix lifecycle_rule.condition.matches_storage_class lifecycle_rule.condition.matches_suffix lifecycle_rule.condition.noncurrent_time_before lifecycle_rule.condition.num_newer_versions lifecycle_rule.condition.send_age_if_zero lifecycle_rule.condition.send_days_since_custom_time_if_zero lifecycle_rule.condition.send_days_since_noncurrent_time_if_zero lifecycle_rule.condition.send_num_newer_versions_if_zero lifecycle_rule.condition.with_state]

@modular-magician modular-magician requested a review from kautikdk May 8, 2025 06:44
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 7 files changed, 1568 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 7 files changed, 1568 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 286 insertions(+))
Open in Cloud Shell: Diff ( 4 files changed, 118 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_storage_bucket_life_cycle_config (9 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_storage_bucket_life_cycle_config" "primary" {
  lifecycle_rule {
    condition {
      send_age_if_zero                        = # value needed
      send_days_since_custom_time_if_zero     = # value needed
      send_days_since_noncurrent_time_if_zero = # value needed
      send_num_newer_versions_if_zero         = # value needed
    }
  }
}

Missing doc report (experimental)

The following resources have fields missing in documents.

  • google_storage_bucket_life_cycle_config
    • Expected Document Path: /website/docs/r/storage_bucket_life_cycle_config.html.markdown
    • Fields: [lifecycle_rule lifecycle_rule.action lifecycle_rule.action.storage_class lifecycle_rule.action.type lifecycle_rule.condition lifecycle_rule.condition.age lifecycle_rule.condition.created_before lifecycle_rule.condition.custom_time_before lifecycle_rule.condition.days_since_custom_time lifecycle_rule.condition.days_since_noncurrent_time lifecycle_rule.condition.matches_prefix lifecycle_rule.condition.matches_storage_class lifecycle_rule.condition.matches_suffix lifecycle_rule.condition.noncurrent_time_before lifecycle_rule.condition.num_newer_versions lifecycle_rule.condition.send_age_if_zero lifecycle_rule.condition.send_days_since_custom_time_if_zero lifecycle_rule.condition.send_days_since_noncurrent_time_if_zero lifecycle_rule.condition.send_num_newer_versions_if_zero lifecycle_rule.condition.with_state]

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 125
Passed tests: 105
Skipped tests: 10
Affected tests: 10

Click here to see the affected service packages
  • storage

Action taken

Found 10 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccStorageBucketLifeCycleConfig_Rules
  • TestAccStorageBucketLifeCycleConfig_WithStateLive
  • TestAccStorageBucketLifeCycleConfig_bucketLifecycleRuleUpdate
  • TestAccStorageBucketLifeCycleConfig_lifecycleRuleAnyState
  • TestAccStorageBucketLifeCycleConfig_storageBucketLifecycleConfigExample
  • TestAccStorageBucket_lifecycleRuleStateAny
  • TestAccStorageBucket_lifecycleRuleStateArchived
  • TestAccStorageBucket_lifecycleRuleStateLive
  • TestAccStorageBucket_lifecycleRulesVirtualFields
  • TestAccStorageBucket_update

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccStorageBucketLifeCycleConfig_Rules [Debug log]
TestAccStorageBucketLifeCycleConfig_WithStateLive [Debug log]
TestAccStorageBucketLifeCycleConfig_bucketLifecycleRuleUpdate [Debug log]
TestAccStorageBucketLifeCycleConfig_lifecycleRuleAnyState [Debug log]
TestAccStorageBucketLifeCycleConfig_storageBucketLifecycleConfigExample [Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🔴 Tests failed during RECORDING mode:
TestAccStorageBucket_lifecycleRuleStateAny [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateArchived [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateLive [Error message] [Debug log]
TestAccStorageBucket_lifecycleRulesVirtualFields [Error message] [Debug log]
TestAccStorageBucket_update [Error message] [Debug log]

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 125
Passed tests: 105
Skipped tests: 10
Affected tests: 10

Click here to see the affected service packages
  • storage

Action taken

Found 10 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccStorageBucketLifeCycleConfig_Rules
  • TestAccStorageBucketLifeCycleConfig_WithStateLive
  • TestAccStorageBucketLifeCycleConfig_bucketLifecycleRuleUpdate
  • TestAccStorageBucketLifeCycleConfig_lifecycleRuleAnyState
  • TestAccStorageBucketLifeCycleConfig_storageBucketLifecycleConfigExample
  • TestAccStorageBucket_lifecycleRuleStateAny
  • TestAccStorageBucket_lifecycleRuleStateArchived
  • TestAccStorageBucket_lifecycleRuleStateLive
  • TestAccStorageBucket_lifecycleRulesVirtualFields
  • TestAccStorageBucket_update

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccStorageBucketLifeCycleConfig_Rules [Debug log]
TestAccStorageBucketLifeCycleConfig_WithStateLive [Debug log]
TestAccStorageBucketLifeCycleConfig_bucketLifecycleRuleUpdate [Debug log]
TestAccStorageBucketLifeCycleConfig_lifecycleRuleAnyState [Debug log]
TestAccStorageBucketLifeCycleConfig_storageBucketLifecycleConfigExample [Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🔴 Tests failed during RECORDING mode:
TestAccStorageBucket_lifecycleRuleStateAny [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateArchived [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateLive [Error message] [Debug log]
TestAccStorageBucket_lifecycleRulesVirtualFields [Error message] [Debug log]
TestAccStorageBucket_update [Error message] [Debug log]

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 7 files changed, 1605 insertions(+), 5 deletions(-))
google-beta provider: Diff ( 7 files changed, 1605 insertions(+), 5 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 330 insertions(+))
Open in Cloud Shell: Diff ( 4 files changed, 118 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_storage_bucket_life_cycle_config (9 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_storage_bucket_life_cycle_config" "primary" {
  lifecycle_rule {
    condition {
      send_age_if_zero                        = # value needed
      send_days_since_custom_time_if_zero     = # value needed
      send_days_since_noncurrent_time_if_zero = # value needed
      send_num_newer_versions_if_zero         = # value needed
    }
  }
}

Missing doc report (experimental)

The following resources have fields missing in documents.

  • google_storage_bucket_life_cycle_config
    • Expected Document Path: /website/docs/r/storage_bucket_life_cycle_config.html.markdown
    • Fields: [lifecycle_rule lifecycle_rule.action lifecycle_rule.action.storage_class lifecycle_rule.action.type lifecycle_rule.condition lifecycle_rule.condition.age lifecycle_rule.condition.created_before lifecycle_rule.condition.custom_time_before lifecycle_rule.condition.days_since_custom_time lifecycle_rule.condition.days_since_noncurrent_time lifecycle_rule.condition.matches_prefix lifecycle_rule.condition.matches_storage_class lifecycle_rule.condition.matches_suffix lifecycle_rule.condition.noncurrent_time_before lifecycle_rule.condition.num_newer_versions lifecycle_rule.condition.send_age_if_zero lifecycle_rule.condition.send_days_since_custom_time_if_zero lifecycle_rule.condition.send_days_since_noncurrent_time_if_zero lifecycle_rule.condition.send_num_newer_versions_if_zero lifecycle_rule.condition.with_state]

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 8 files changed, 1606 insertions(+), 6 deletions(-))
google-beta provider: Diff ( 8 files changed, 1606 insertions(+), 6 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 330 insertions(+))
Open in Cloud Shell: Diff ( 4 files changed, 118 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_storage_bucket_life_cycle_config (9 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_storage_bucket_life_cycle_config" "primary" {
  lifecycle_rule {
    condition {
      send_age_if_zero                        = # value needed
      send_days_since_custom_time_if_zero     = # value needed
      send_days_since_noncurrent_time_if_zero = # value needed
      send_num_newer_versions_if_zero         = # value needed
    }
  }
}

Missing doc report (experimental)

The following resources have fields missing in documents.

  • google_storage_bucket_life_cycle_config
    • Expected Document Path: /website/docs/r/storage_bucket_life_cycle_config.html.markdown
    • Fields: [lifecycle_rule lifecycle_rule.action lifecycle_rule.action.storage_class lifecycle_rule.action.type lifecycle_rule.condition lifecycle_rule.condition.age lifecycle_rule.condition.created_before lifecycle_rule.condition.custom_time_before lifecycle_rule.condition.days_since_custom_time lifecycle_rule.condition.days_since_noncurrent_time lifecycle_rule.condition.matches_prefix lifecycle_rule.condition.matches_storage_class lifecycle_rule.condition.matches_suffix lifecycle_rule.condition.noncurrent_time_before lifecycle_rule.condition.num_newer_versions lifecycle_rule.condition.send_age_if_zero lifecycle_rule.condition.send_days_since_custom_time_if_zero lifecycle_rule.condition.send_days_since_noncurrent_time_if_zero lifecycle_rule.condition.send_num_newer_versions_if_zero lifecycle_rule.condition.with_state]

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 8 files changed, 1606 insertions(+), 6 deletions(-))
google-beta provider: Diff ( 8 files changed, 1606 insertions(+), 6 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 330 insertions(+))
Open in Cloud Shell: Diff ( 4 files changed, 118 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_storage_bucket_life_cycle_config (9 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_storage_bucket_life_cycle_config" "primary" {
  lifecycle_rule {
    condition {
      send_age_if_zero                        = # value needed
      send_days_since_custom_time_if_zero     = # value needed
      send_days_since_noncurrent_time_if_zero = # value needed
      send_num_newer_versions_if_zero         = # value needed
    }
  }
}

Missing doc report (experimental)

The following resources have fields missing in documents.

  • google_storage_bucket_life_cycle_config
    • Expected Document Path: /website/docs/r/storage_bucket_life_cycle_config.html.markdown
    • Fields: [lifecycle_rule.action lifecycle_rule.action.storage_class lifecycle_rule.action.type lifecycle_rule.condition lifecycle_rule.condition.age lifecycle_rule.condition.created_before lifecycle_rule.condition.custom_time_before lifecycle_rule.condition.days_since_custom_time lifecycle_rule.condition.days_since_noncurrent_time lifecycle_rule.condition.matches_prefix lifecycle_rule.condition.matches_storage_class lifecycle_rule.condition.matches_suffix lifecycle_rule.condition.noncurrent_time_before lifecycle_rule.condition.num_newer_versions lifecycle_rule.condition.send_age_if_zero lifecycle_rule.condition.send_days_since_custom_time_if_zero lifecycle_rule.condition.send_days_since_noncurrent_time_if_zero lifecycle_rule.condition.send_num_newer_versions_if_zero lifecycle_rule.condition.with_state]

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 8 files changed, 1681 insertions(+), 6 deletions(-))
google-beta provider: Diff ( 8 files changed, 1681 insertions(+), 6 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 330 insertions(+))
Open in Cloud Shell: Diff ( 4 files changed, 118 insertions(+))

Missing doc report (experimental)

The following resources have fields missing in documents.

  • google_storage_bucket_life_cycle_config
    • Expected Document Path: /website/docs/r/storage_bucket_life_cycle_config.html.markdown
    • Fields: [lifecycle_rule.action lifecycle_rule.action.storage_class lifecycle_rule.action.type lifecycle_rule.condition lifecycle_rule.condition.age lifecycle_rule.condition.created_before lifecycle_rule.condition.custom_time_before lifecycle_rule.condition.days_since_custom_time lifecycle_rule.condition.days_since_noncurrent_time lifecycle_rule.condition.matches_prefix lifecycle_rule.condition.matches_storage_class lifecycle_rule.condition.matches_suffix lifecycle_rule.condition.noncurrent_time_before lifecycle_rule.condition.num_newer_versions lifecycle_rule.condition.send_age_if_zero lifecycle_rule.condition.send_days_since_custom_time_if_zero lifecycle_rule.condition.send_days_since_noncurrent_time_if_zero lifecycle_rule.condition.send_num_newer_versions_if_zero lifecycle_rule.condition.with_state]

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 8 files changed, 1671 insertions(+), 6 deletions(-))
google-beta provider: Diff ( 8 files changed, 1671 insertions(+), 6 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 311 insertions(+))
Open in Cloud Shell: Diff ( 4 files changed, 118 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 125
Passed tests: 110
Skipped tests: 10
Affected tests: 5

Click here to see the affected service packages
  • storage

Action taken

Found 5 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccStorageBucket_lifecycleRuleStateAny
  • TestAccStorageBucket_lifecycleRuleStateArchived
  • TestAccStorageBucket_lifecycleRuleStateLive
  • TestAccStorageBucket_lifecycleRulesVirtualFields
  • TestAccStorageBucket_update

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccStorageBucket_lifecycleRuleStateAny [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateArchived [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateLive [Error message] [Debug log]
TestAccStorageBucket_lifecycleRulesVirtualFields [Error message] [Debug log]
TestAccStorageBucket_update [Error message] [Debug log]

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 125
Passed tests: 110
Skipped tests: 10
Affected tests: 5

Click here to see the affected service packages
  • storage

Action taken

Found 5 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccStorageBucket_lifecycleRuleStateAny
  • TestAccStorageBucket_lifecycleRuleStateArchived
  • TestAccStorageBucket_lifecycleRuleStateLive
  • TestAccStorageBucket_lifecycleRulesVirtualFields
  • TestAccStorageBucket_update

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccStorageBucket_lifecycleRuleStateAny [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateArchived [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateLive [Error message] [Debug log]
TestAccStorageBucket_lifecycleRulesVirtualFields [Error message] [Debug log]
TestAccStorageBucket_update [Error message] [Debug log]

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 125
Passed tests: 110
Skipped tests: 10
Affected tests: 5

Click here to see the affected service packages
  • storage

Action taken

Found 5 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccStorageBucket_lifecycleRuleStateAny
  • TestAccStorageBucket_lifecycleRuleStateArchived
  • TestAccStorageBucket_lifecycleRuleStateLive
  • TestAccStorageBucket_lifecycleRulesVirtualFields
  • TestAccStorageBucket_update

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccStorageBucket_lifecycleRuleStateAny [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateArchived [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateLive [Error message] [Debug log]
TestAccStorageBucket_lifecycleRulesVirtualFields [Error message] [Debug log]
TestAccStorageBucket_update [Error message] [Debug log]

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 126
Passed tests: 110
Skipped tests: 10
Affected tests: 6

Click here to see the affected service packages
  • storage

Action taken

Found 6 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccStorageBucketLifeCycleConfig_lifecycleRulesVirtualFields
  • TestAccStorageBucket_lifecycleRuleStateAny
  • TestAccStorageBucket_lifecycleRuleStateArchived
  • TestAccStorageBucket_lifecycleRuleStateLive
  • TestAccStorageBucket_lifecycleRulesVirtualFields
  • TestAccStorageBucket_update

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccStorageBucketLifeCycleConfig_lifecycleRulesVirtualFields [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateAny [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateArchived [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateLive [Error message] [Debug log]
TestAccStorageBucket_lifecycleRulesVirtualFields [Error message] [Debug log]
TestAccStorageBucket_update [Error message] [Debug log]

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 126
Passed tests: 110
Skipped tests: 10
Affected tests: 6

Click here to see the affected service packages
  • storage

Action taken

Found 6 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccStorageBucketLifeCycleConfig_lifecycleRulesVirtualFields
  • TestAccStorageBucket_lifecycleRuleStateAny
  • TestAccStorageBucket_lifecycleRuleStateArchived
  • TestAccStorageBucket_lifecycleRuleStateLive
  • TestAccStorageBucket_lifecycleRulesVirtualFields
  • TestAccStorageBucket_update

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccStorageBucketLifeCycleConfig_lifecycleRulesVirtualFields [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateAny [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateArchived [Error message] [Debug log]
TestAccStorageBucket_lifecycleRuleStateLive [Error message] [Debug log]
TestAccStorageBucket_lifecycleRulesVirtualFields [Error message] [Debug log]
TestAccStorageBucket_update [Error message] [Debug log]

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 9 files changed, 2278 insertions(+), 7 deletions(-))
google-beta provider: Diff ( 9 files changed, 2278 insertions(+), 7 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 311 insertions(+))
Open in Cloud Shell: Diff ( 4 files changed, 118 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 126
Passed tests: 110
Skipped tests: 10
Affected tests: 6

Click here to see the affected service packages
  • storage

Action taken

Found 6 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccStorageBucketLifeCycleConfig_Rules
  • TestAccStorageBucketLifeCycleConfig_WithStateLive
  • TestAccStorageBucketLifeCycleConfig_bucketLifecycleRuleUpdate
  • TestAccStorageBucketLifeCycleConfig_lifecycleRuleAnyState
  • TestAccStorageBucketLifeCycleConfig_lifecycleRulesVirtualFields
  • TestAccStorageBucketLifeCycleConfig_storageBucketLifecycleConfigExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccStorageBucketLifeCycleConfig_Rules [Error message] [Debug log]
TestAccStorageBucketLifeCycleConfig_WithStateLive [Error message] [Debug log]
TestAccStorageBucketLifeCycleConfig_bucketLifecycleRuleUpdate [Error message] [Debug log]
TestAccStorageBucketLifeCycleConfig_lifecycleRuleAnyState [Error message] [Debug log]
TestAccStorageBucketLifeCycleConfig_lifecycleRulesVirtualFields [Error message] [Debug log]
TestAccStorageBucketLifeCycleConfig_storageBucketLifecycleConfigExample [Error message] [Debug log]

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants