chore(infrastructure): upgrade tofu-module-aws-iam-ci-user to 1.1.0
Some checks failed
main / test (push) Failing after 35s
Some checks failed
main / test (push) Failing after 35s
This commit is contained in:
parent
7a58f7e909
commit
09bb1b48c8
3 changed files with 22 additions and 2 deletions
|
@ -9,7 +9,11 @@ terraform {
|
|||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "5.91.0"
|
||||
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