We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The main module supports several lifecycle rules that the simple bucket submodule does not
I expected both to support the same lifecycle rules
The simple_bucket submodule is missing several lifecycle rules.
The primary module has the "days_since_noncurrent_time" lifecycle rule (there are 9 rules in total):
terraform-google-cloud-storage/main.tf
Lines 107 to 126 in 763cf84
However, the simple_bucket submodule does not have that rule (there are 5 rules in total):
terraform-google-cloud-storage/modules/simple_bucket/main.tf
Lines 55 to 70 in 763cf84
n/a
$ terragrunt version Terraform v1.0.11 on linux_amd64 + provider registry.terraform.io/hashicorp/google v3.89.0 + provider registry.terraform.io/hashicorp/google-beta v3.89.0 + provider registry.terraform.io/hashicorp/random v3.1.0 + provider registry.terraform.io/integrations/github v4.18.0
No response
The text was updated successfully, but these errors were encountered:
This is not a bug. it is a feature request. Recategorizing as an enhancement.
We are unlikely to fix this soon. You are welcome to file a pull request and we will review it.
Sorry, something went wrong.
Add missing lifecycle rules conditions
f804700
Add the following lifecycle rule conditions: * custom_time_before * days_since_custom_time * days_since_noncurrent_time * noncurrent_time_before Closes: terraform-google-modules#144
feat: Add missing lifecycle rules conditions simple_bucket (#145)
bbb681d
Add the following lifecycle rule conditions: * custom_time_before * days_since_custom_time * days_since_noncurrent_time * noncurrent_time_before Closes: #144
Successfully merging a pull request may close this issue.
TL;DR
The main module supports several lifecycle rules that the simple bucket submodule does not
Expected behavior
I expected both to support the same lifecycle rules
Observed behavior
The simple_bucket submodule is missing several lifecycle rules.
The primary module has the "days_since_noncurrent_time" lifecycle rule (there are 9 rules in total):
terraform-google-cloud-storage/main.tf
Lines 107 to 126 in 763cf84
However, the simple_bucket submodule does not have that rule (there are 5 rules in total):
terraform-google-cloud-storage/modules/simple_bucket/main.tf
Lines 55 to 70 in 763cf84
Terraform Configuration
n/a
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: