chore(infrastructure): upgrade tofu-module-aws-iam-ci-user to 1.1.0
All checks were successful
main / test (push) Successful in 1m54s
All checks were successful
main / test (push) Successful in 1m54s
This commit is contained in:
parent
d4f08aa3ba
commit
271ced8520
3 changed files with 30 additions and 1 deletions
|
@ -11,6 +11,10 @@ terraform {
|
|||
source = "hashicorp/aws"
|
||||
version = "6.2.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