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,10 @@ terraform {
|
|||
source = "hashicorp/aws"
|
||||
version = "5.91.0"
|
||||
}
|
||||
forgejo = {
|
||||
source = "adyxax/forgejo"
|
||||
version = "1.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -22,3 +26,7 @@ provider "aws" {
|
|||
profile = each.key
|
||||
region = "eu-west-3"
|
||||
}
|
||||
|
||||
provider "forgejo" {
|
||||
base_uri = "https://git.adyxax.org/"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue