We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55c9de4 + 0864d27 commit d0a3407Copy full SHA for d0a3407
data/data/aws/bootstrap/main.tf
@@ -45,8 +45,9 @@ data "aws_partition" "current" {}
45
data "aws_ebs_default_kms_key" "current" {}
46
47
resource "aws_s3_bucket" "ignition" {
48
- count = var.aws_preserve_bootstrap_ignition ? 0 : 1
49
- bucket = var.aws_ignition_bucket
+ count = var.aws_preserve_bootstrap_ignition ? 0 : 1
+ bucket = var.aws_ignition_bucket
50
+ force_destroy = true
51
52
tags = merge(
53
{
0 commit comments