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
description="A boolean that indicates all objects should be deleted from the bucket so that the bucket can be destroyed without error. These objects are not recoverable."
209
209
}
210
+
211
+
variable"replication-role" {
212
+
type=string
213
+
default=""
214
+
description=""
215
+
}
216
+
217
+
variable"replication-id" {
218
+
type=string
219
+
default=""
220
+
description="A replication id for s3"
221
+
}
222
+
223
+
variable"replication-priority" {
224
+
type=number
225
+
default=""
226
+
description="replication-priority number exp. 0,1,2 etc"
227
+
}
228
+
229
+
variable"replication-status" {
230
+
type=string
231
+
default=""
232
+
description=""
233
+
}
234
+
235
+
variable"replication-bucket" {
236
+
type=string
237
+
default=""
238
+
description="s3 bucket arn for replication bucket "
0 commit comments