Skip to content

Commit

Permalink
added for legacy pipeline while new pipeline implemented
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Jun 10, 2024
1 parent d675ccc commit 38f53b8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/OS.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Amazon Linux 2
ami_id = "ami-03e0b06f01d45a4eb"
ami_os = "AmazonLinux2"
ami_username = "ec2-user"
ami_user_home = "/home/ec2-user"
instance_tags = {
Name = "Amazon2-CIS"
Environment = "lockdown_github_repo_workflow"
}
13 changes: 13 additions & 0 deletions .github/workflows/github_vars.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// github_actions variables
// Resourced in github_networks.tf
// Declared in variables.tf
//

namespace = "github_actions"
environment = "lockdown_github_repo_workflow"

// Matching pair name found in AWS for keypairs PEM key
ami_key_pair_name = "github_actions"
main_vpc_cidr = "172.22.0.0/24"
public_subnets = "172.22.0.128/26"
private_subnets = "172.22.0.192/26"

0 comments on commit 38f53b8

Please sign in to comment.