Skip to content

HappyPathway/terraform-repo-vars

Repository files navigation

Terraform Validation

Requirements

No requirements.

Providers

Name Version
github 6.2.3

Modules

No modules.

Resources

Name Type
github_actions_secret.secret resource
github_actions_variable.variable resource

Inputs

Name Description Type Default Required
repo Name of the terraform workspace and optionally github repo
object({
name = string
})
n/a yes
secrets Github Action Secrets
list(object({
name = string,
value = string
}))
[] no
vars Github Action Vars
list(object({
name = string,
value = string
}))
[] no

Outputs

No outputs.