lacework / terraform-aws-agentless-scanning

Terraform module for configuring an integration with Lacework and AWS for agentless scanning
MIT License
4 stars 9 forks source link

fix: Add unused optional ECS task parameters #141

Closed theopolis closed 5 months ago

theopolis commented 5 months ago

Summary

This updates the task definition in Terraform to match CloudFormation.

This sets optional fields to be empty values and sets the default CPU = 4 (4096 in Fargate units) and Memory = 8GB.

How did you test this change?

terraform init # Use source = to this PR's ref
terraform plan
terraform apply

Then re-plan and assure no changes

No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.

Issue

N/A

theopolis commented 5 months ago

please test this

badass-aoz commented 5 months ago

LGTM!