File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 33** Requirements:**
44
551 . Terraform 1.12.1
6- 2 . Trivy 0.63.0
6+ 2 . Trivy >= 0.63.0
7+
8+ Trivy can be installed via Homebrew on macOS with the command:
9+
10+ ``` bash
11+ brew install aquasecurity/trivy/trivy
12+ ```
713
814## [ ![ Red EC2 Module] ( https://github.com/RussellGilmore/red-instance/actions/workflows/module-test.yml/badge.svg?branch=main )] ( https://github.com/RussellGilmore/red-instance/actions/workflows/module-test.yml )
915
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ module "red-instance" {
2121 instance_name = var. instance_name
2222
2323 # Custom AMI and instance configuration
24- instance_type = " m6g.medium "
25- volume_size = 50
24+ instance_type = " t4g.small "
25+ volume_size = 16
2626
2727 # Basic networking setup
2828 create_vpc = true
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ module "red-instance" {
2121 instance_name = var. instance_name
2222
2323 # Custom AMI and instance configuration
24- instance_type = " m6g.medium "
25- volume_size = 50
24+ instance_type = " t4g.small "
25+ volume_size = 16
2626
2727 # Enable all optional features
2828 create_vpc = true
You can’t perform that action at this time.
0 commit comments