chore(infrastructure): upgrade tofu-module-aws-iam-ci-user to 1.1.0
Some checks failed
main / test (push) Failing after 1m20s

This commit is contained in:
Julien Dessaux 2025-07-11 09:45:52 +02:00
parent 626f3a3294
commit 4c5c5b5b41
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 21 additions and 1 deletions

View file

@ -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/"
}