Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module Update #13

Merged
merged 10 commits into from
Feb 12, 2021
Merged

Module Update #13

merged 10 commits into from
Feb 12, 2021

Conversation

htplbc
Copy link
Contributor

@htplbc htplbc commented Feb 11, 2021

  • TF 13
  • Add context
  • Add examples
  • Add GitOps
  • Add Test

@htplbc
Copy link
Contributor Author

htplbc commented Feb 11, 2021

/test all

@htplbc htplbc marked this pull request as ready for review February 12, 2021 06:13
@htplbc htplbc removed the request for review from a team February 12, 2021 06:25
@@ -36,17 +32,15 @@ data "aws_iam_policy_document" "log_agent" {
]

resources = [
"${aws_cloudwatch_log_group.default.*.arn}",
join("", aws_cloudwatch_log_group.default.*.arn),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we really need a string here? Looks like a list of resources.


resources = [
"${aws_cloudwatch_log_group.default.*.arn}",
join("", aws_cloudwatch_log_group.default.*.arn),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we really need a string here? Looks like a list of resources.

@htplbc htplbc merged commit 9c40e38 into cloudposse:master Feb 12, 2021
@htplbc htplbc deleted the module_update branch February 12, 2021 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants