Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created June 20, 2021 18:55
Show Gist options
  • Save KyMidd/b1c80ced020287d21bc6ad1fc02fe12b to your computer and use it in GitHub Desktop.
Save KyMidd/b1c80ced020287d21bc6ad1fc02fe12b to your computer and use it in GitHub Desktop.
resource "aws_cloudwatch_log_group" "AzureDevOpsBuilderLogGroup" {
name = "AzureDevOpsBuilderLogGroup"
tags = {
Terraform = "true"
Name = "AzureDevOpsBuilderLogGroup"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment