feat(module): add provisioning of the AWS IAM user access key to a Forgejo runner repository's secret and variable
This commit is contained in:
parent
1fcbd151ed
commit
0c27914a7c
8 changed files with 67 additions and 2 deletions
|
@ -11,6 +11,15 @@ variable "name" {
|
|||
type = string
|
||||
}
|
||||
|
||||
variable "forgejo_repository" {
|
||||
description = "The Forgejo's repository information the IAM user's access key will be provisioned to."
|
||||
nullable = false
|
||||
type = object({
|
||||
name = string
|
||||
owner = string
|
||||
})
|
||||
}
|
||||
|
||||
variable "tests_policy_statements" {
|
||||
default = "[]"
|
||||
description = "The JSON encoded list of AWS policy statements for the role in the tests AWS account."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue