Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.39 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.39 KB

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.