aws∕log‒group - dicomgrid/pt-modules GitHub Wiki

Usage

To use this module in your Terraform, refer to the below module example:

module "aws_log_group" {
  source = "git::https://github.com/dicomgrid/pt-modules.git?ref=aws/log-group/v2.0.0"

  # See inputs below for additional required parameters
}

Attributes

Requirements

Name Version
terraform ~> 1.0
aws >= 4.64.0

Providers

Name Version
aws >= 4.64.0

Modules

No modules.

Resources

Name Type
aws_cloudwatch_log_group.main resource

Inputs

Name Description Type Default Required
kms_key_id n/a any n/a yes
retention_in_days n/a any n/a yes
skip_destroy n/a any n/a yes
tags n/a any n/a yes
aws_project_id n/a string "null" no
code_managed n/a string "true" no
compliance n/a string "null" no
map_migrated n/a string "null" no
onetime n/a string "null" no

Outputs

No outputs.

Changelog

v2.0.0 (2025-06-26)

  • :twisted_rightwards_arrows:PR #280 - Test workflow 3
  • PLT-1111: breaking: testing breaking change
  • style(aws/log-group): auto-format Terraform code

v1.0.0 (2025-06-26)

  • :twisted_rightwards_arrows:PR #280 - Test workflow 3
  • PLT-1111: breaking: testing breaking change
  • style(aws/log-group): auto-format Terraform code