chore(infrastructure): upgrade tofu-module-aws-iam-ci-user to 1.0.1
This commit is contained in:
parent
757343409e
commit
eb54320d07
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module "aws_iam_ci_user" {
|
||||||
aws.root = aws.all["root"]
|
aws.root = aws.all["root"]
|
||||||
aws.tests = aws.all["tests"]
|
aws.tests = aws.all["tests"]
|
||||||
}
|
}
|
||||||
source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-ci-user?depth=1&ref=1.0.0"
|
source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-ci-user?depth=1&ref=1.0.1"
|
||||||
|
|
||||||
name = local.name
|
name = local.name
|
||||||
tests_policy_statements = jsonencode([{
|
tests_policy_statements = jsonencode([{
|
||||||
|
|
Loading…
Add table
Reference in a new issue