Skip to content

Commit 3e79064

Browse files
committed
chore: bumped to the latest version
1 parent ef23d14 commit 3e79064

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.5"
5+
version = "0.2.6"
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.5"
62+
version = "0.2.6"
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.5"
100+
version = "0.2.6"
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.5"
140+
version = "0.2.6"
141141

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

0 commit comments

Comments
 (0)