mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
6 lines
238 B
HCL
6 lines
238 B
HCL
// vars should be loaded by OSname.tfvars
|
|
availability_zone = "us-east-1b"
|
|
aws_region = "us-east-1"
|
|
ami_os = var.ami_os
|
|
ami_username = var.ami_username
|
|
instance_tags = var.instance_tags
|