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
|
@ -8,8 +8,12 @@ module "aws_iam_ci_user" {
|
|||
aws.root = aws.all["root"]
|
||||
aws.tests = aws.all["tests"]
|
||||
}
|
||||
source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-ci-user?depth=1&ref=1.0.1"
|
||||
source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-ci-user?depth=1&ref=1.1.0"
|
||||
|
||||
forgejo_repository = {
|
||||
name = local.name
|
||||
owner = "adyxax"
|
||||
}
|
||||
name = local.name
|
||||
tests_policy_statements = jsonencode([
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue