upgrade module dependency tofu-module-aws-iam-role
to 1.1.0
.
All checks were successful
main / test (push) Successful in 1m55s
All checks were successful
main / test (push) Successful in 1m55s
This commit is contained in:
parent
e2691f89e7
commit
223c215c32
3 changed files with 9 additions and 3 deletions
|
@ -2,8 +2,14 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## 1.0.1 - 2025-04-12
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Upgrade module dependency `tofu-module-aws-iam-role` to `1.1.0`.
|
||||||
|
|
||||||
## 1.0.0 - 2025-04-11
|
## 1.0.0 - 2025-04-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- initial import
|
- Initial import.
|
||||||
|
|
|
@ -10,7 +10,7 @@ and continuous integration tasks on AWS.
|
||||||
|
|
||||||
``` hcl
|
``` hcl
|
||||||
module "aws_iam_ci_user" {
|
module "aws_iam_ci_user" {
|
||||||
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"
|
||||||
|
|
||||||
core_policy_statements = jsonencode([
|
core_policy_statements = jsonencode([
|
||||||
{
|
{
|
||||||
|
|
2
main.tf
2
main.tf
|
@ -31,7 +31,7 @@ module "aws_iam_role_core" {
|
||||||
|
|
||||||
module "aws_iam_role_test" {
|
module "aws_iam_role_test" {
|
||||||
providers = { aws = aws.tests }
|
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
|
name = var.name
|
||||||
policy_statements = var.tests_policy_statements
|
policy_statements = var.tests_policy_statements
|
||||||
|
|
Loading…
Add table
Reference in a new issue