Browse Source

MSOCI-2256: Create IAM user, etc. for GitHub Actions

Colby Williams 3 years ago
parent
commit
e3c77b903f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/aws-us-gov/mdr-test-c2/098-github-actions-s3/terragrunt.hcl

+ 1 - 1
test/aws-us-gov/mdr-test-c2/098-github-actions-s3/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/github_actions_s3_bucket?ref=v5.3.3"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/github_actions_s3_bucket?ref=v5.3.4"
 }
 
 # Include all settings from the root terragrunt.hcl file