-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Remove data source validation of CloudWatch groups #28
Conversation
/test all |
@nitrocode FYI |
IMO this LGTM but I don't want to reverse @nitrocode's #21 PR without having him weigh in. Going to add a |
/test all |
/test all |
Hi, checking in on how you want to resolve this. I understand the desire for #21 but ultimately the current behavior represents a bug. |
@nitrocode the PR reverses #21 |
/test all |
Hm the tests are failing on this
|
Have to imagine some change in the Actions environment is breaking https://github.com/cloudposse/terraform-external-module-artifact 🤷🏻 |
Yes I agree. It does seem like the testing environment has issues. In git 2.3.6 the cc: @Nuru is there a way to set the global setting for
or would it be better to set this specifically in cloudposse/terraform-external-module-artifact then cut a new release there and bump the module version here ? or is there a better method to solve this ? |
Thanks Ben for the contribution. Apologies for this one slipping through the cracks. |
What
data "aws_cloudwatch_log_group"
to assert the existence of provided CloudWatch groupsWhy
aws_cloudwatch_log_group
, in cases where the log group is being createdname
attribute is generally known via configuration (statically defined), the data source attempts to read the group at plan time, but it may not exist yet.References