Skip to content

Commit 4001a0b

Browse files
chore(deps): update terraform appvia/stackset/aws to v0.2.9 (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e88fd17 commit 4001a0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## deployed as a stackset to all accounts.
33
module "terraform_state" {
44
source = "appvia/stackset/aws"
5-
version = "0.2.7"
5+
version = "0.2.9"
66

77
capabilities = local.capabilities
88
description = "Provisions the Terraform state bucket within all accounts"
@@ -59,7 +59,7 @@ resource "aws_cloudformation_stack" "terraform_state_management" {
5959
## Provision the OIDC provider for GitHub or GitLab within all accounts
6060
module "oidc_provider" {
6161
source = "appvia/stackset/aws"
62-
version = "0.2.7"
62+
version = "0.2.9"
6363

6464
capabilities = local.capabilities
6565
description = "Provisions the OIDC provider within all accounts"
@@ -97,7 +97,7 @@ resource "aws_cloudformation_stack" "oidc_provider_management" {
9797
module "iam_roles_github" {
9898
count = var.enable_github_integration ? 1 : 0
9999
source = "appvia/stackset/aws"
100-
version = "0.2.7"
100+
version = "0.2.9"
101101

102102
capabilities = local.capabilities
103103
description = "Provisions the IAM roles required for cloudaccess for Github"
@@ -137,7 +137,7 @@ resource "aws_cloudformation_stack" "iam_roles_github_management" {
137137
module "iam_roles_gitlab" {
138138
count = var.enable_gitlab_integration ? 1 : 0
139139
source = "appvia/stackset/aws"
140-
version = "0.2.7"
140+
version = "0.2.9"
141141

142142
capabilities = local.capabilities
143143
description = "Provisions the IAM roles required for cloudaccess for Gitlab"

0 commit comments

Comments
 (0)