You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,8 @@ This module uses the following input variables:
115
115
| app_name | string || "bignbit" |
116
116
| default_tags | map(string) || {} |
117
117
| lambda_container_image_uri | string || "" |
118
+
| force_delete_ecr | bool | Force delete the ECR repository and all its images on destroy. Set to true when migrating resource names to avoid manual cleanup. | false |
119
+
| force_destroy_staging_bucket | bool | Force destroy the staging S3 bucket and all its contents on destroy. Set to true when migrating resource names to avoid manual cleanup. | false |
118
120
| harmony_job_status_interval_seconds | number | Interval in seconds for checking Harmony job status | 20 |
119
121
| harmony_job_status_max_attempts | number | Maximum number of attempts to check Harmony job status | 15 |
120
122
| harmony_job_status_backoff_rate | number | Backoff rate for Harmony job status checks | 1.0 |
0 commit comments