We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ea60b commit bf2d389Copy full SHA for bf2d389
main.tf
@@ -227,7 +227,7 @@ module "collector" {
227
# tfsec:ignore:aws-s3-enable-bucket-logging
228
# tfsec:ignore:aws-iam-no-policy-wildcards
229
module "source" {
230
- source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-source?ref=0.3.3"
+ source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-source?ref=0.3.4"
231
232
# The destination bucket to repliaction the CUR data to
233
destination_bucket_arn = module.collector.cur_bucket_arn
0 commit comments