forked from ansible-lockdown/RHEL9-CIS
updated workflows
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
f76919734e
commit
9e9cc7c079
7 changed files with 57 additions and 389 deletions
5
.github/workflows/variables.tf
vendored
5
.github/workflows/variables.tf
vendored
|
|
@ -52,6 +52,11 @@ variable "namespace" {
|
|||
type = string
|
||||
}
|
||||
|
||||
variable "environment" {
|
||||
description = "Env Name used across all tags"
|
||||
type = string
|
||||
}
|
||||
|
||||
// taken from github_vars.tfvars &
|
||||
|
||||
variable "main_vpc_cidr" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue