Skip to content

Commit e88fd17

Browse files
chore(deps): bump appvia/stackset/aws from 0.2.6 to 0.2.7 (#33)
Bumps [appvia/stackset/aws](https://github.com/appvia/terraform-aws-stackset) from 0.2.6 to 0.2.7. - [Release notes](https://github.com/appvia/terraform-aws-stackset/releases) - [Commits](appvia/terraform-aws-stackset@v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: appvia/stackset/aws dependency-version: 0.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 551750d commit e88fd17

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

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

0 commit comments

Comments
 (0)