File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# # deployed as a stackset to all accounts.
33module "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
6060module "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" {
9797module "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" {
137137module "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"
You can’t perform that action at this time.
0 commit comments