-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed as not planned
Labels
Description
Drift Detection Failed for test-demo-3
in plat-ue2-sandbox
!
⚠️ Error summary
To reproduce this locally, run:
atmos terraform plan test-demo-3 -s plat-ue2-sandbox
Error: Invalid value for input variable
on plat-ue2-sandbox-test-demo-3.terraform.tfvars.json line 38:
38: "lifecycle_configuration_rules": [
39: {
40: "abort_incomplete_multipart_upload_days": 90,
41: "enabled": true,
42: "expiration": {
43:
44: },
45: "filter_and": {
46: "prefix": "",
47: "tags": {
48:
49: }
50: },
51: "id": "default",
52: "noncurrent_version_transition": [
53: {
54: "days": 90,
55: "storage_class": "GLACIER"
56: }
57: ],
58: "transition": [
59: {
60: "days": 730,
61: "storage_class": "GLACIER"
62: }
63: ]
64: }
65: ],
The given value is not suitable for var.lifecycle_configuration_rules
declared at variables.tf:179,1-41: element 0: attribute
"noncurrent_version_expiration" is required.
exit status 1
Metadata
{
"component": "test-demo-3",
"stack": "plat-ue2-sandbox",
"componentPath": "components/terraform/s3-bucket",
"commitSHA": "82710d1ad13aaa9ceb18fe44b040b7dcadbdb7bc"
}