chore(module): upgrade tofu-module-aws-iam-role
to 1.1.0
This commit is contained in:
parent
e2691f89e7
commit
696f668cee
3 changed files with 10 additions and 4 deletions
4
main.tf
4
main.tf
|
@ -1,6 +1,6 @@
|
|||
module "aws_iam_role_core" {
|
||||
providers = { aws = aws.core }
|
||||
source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-role?depth=1&ref=1.0.0"
|
||||
source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-role?depth=1&ref=1.1.0"
|
||||
|
||||
name = var.name
|
||||
policy_statements = jsonencode(concat(
|
||||
|
@ -31,7 +31,7 @@ module "aws_iam_role_core" {
|
|||
|
||||
module "aws_iam_role_test" {
|
||||
providers = { aws = aws.tests }
|
||||
source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-role?depth=1&ref=1.0.0"
|
||||
source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-role?depth=1&ref=1.1.0"
|
||||
|
||||
name = var.name
|
||||
policy_statements = var.tests_policy_statements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue