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
Using Terraform one can create an s3 bucket.
when the Terraform doesn't include the MFA feature, KICS identifies it as a high finding.
but, it's not possible to config MFA on buckets using Terraform.
A possible solution is to use AWS cli after the Terraform and then use Terraform refresh.
it might be a good idea to write something about it, in kics report.
Links about Terraform doesn't support MFA in IaC with buckets:
Using Terraform one can create an s3 bucket.
when the Terraform doesn't include the MFA feature, KICS identifies it as a high finding.
but, it's not possible to config MFA on buckets using Terraform.
A possible solution is to use AWS cli after the Terraform and then use Terraform refresh.
it might be a good idea to write something about it, in kics report.
Links about Terraform doesn't support MFA in IaC with buckets:
hashicorp/terraform-provider-aws#629
hashicorp/terraform#12973
Terraform refresh
https://www.hashicorp.com/blog/detecting-and-managing-drift-with-terraform
Terraform with MFA
bucketmfa.tf.txt
Specifications
The text was updated successfully, but these errors were encountered: