File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 aws_access_key_id : ${{ secrets.AWS_ACCESS_KEY_ID }}
1818 aws_secret_access_key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
19- aws_iam_role_arn : " arn:aws:iam::REDACTED:role/REDACTED"
19+ # aws_iam_role_arn: "arn:aws:iam::REDACTED:role/REDACTED"
2020 aws_region : " ap-south-1"
2121 github_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2222 github_action_runner_version : v2.300.2 # Optional (default is latest release)
2727 ec2_ami_id : ami-008fe2fc65df48dac
2828 ec2_root_disk_size_gb : " 64" # Optional - (defaults to AMI settings)
2929 ec2_root_disk_ebs_class : " gp2" # Optional - Only used with custom volume root size (defaults to gp2)
30- ec2_subnet_id : " SUBNET_ID_REDACTED"
31- ec2_security_group_id : " SECURITY_GROUP_ID_REDACTED"
30+ # ec2_subnet_id: "SUBNET_ID_REDACTED"
31+ # ec2_security_group_id: "SECURITY_GROUP_ID_REDACTED"
3232 ec2_instance_ttl : 40 # Optional - (default is 60 minutes)
3333 ec2_spot_instance_strategy : SpotOnly # Other options are: None, BestEffort, MaxPerformance
3434 ec2_instance_tags : > # Required for IAM role resource permission scoping
You can’t perform that action at this time.
0 commit comments