updated workflow uses rocky8

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-02-28 09:19:26 +00:00
parent 627679064e
commit f7e02e3f4c
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
8 changed files with 311 additions and 0 deletions

5
.github/workflows/terraform.tfvars vendored Normal file
View file

@ -0,0 +1,5 @@
// vars should be loaded by OSname.tfvars
aws_region = "us-east-1"
ami_os = var.ami_os
ami_username = var.ami_username
instance_tags = var.instance_tags