Difference between revisions of "Error: updating CloudWatch Logs Log Group"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
  │  with module.yourmodule.this[0],
 
  │  with module.yourmodule.this[0],
 
  │  on .terraform/modules/yourclusters/[[main.tf]] line 106, in resource "yourlogsgroup" "this":
 
  │  on .terraform/modules/yourclusters/[[main.tf]] line 106, in resource "yourlogsgroup" "this":
  │  106: resource "aws_cloudwatch_log_group" "this" {
+
  │  106: resource "[[aws_cloudwatch_log_group]]" "this" {
  
  

Revision as of 10:40, 19 February 2024

 Error: updating CloudWatch Logs Log Group (yourpath) tags: untagging resource (yourpath): operation error CloudWatch Logs: UntagLogGroup, https response error StatusCode: 400, RequestID: 123456, api error AccessDeniedException: User: user1234:assumed-role/role123456/gitHubSession is not authorized to perform: logs:UntagLogGroup on resource: 1234567:cluster: because no identity-based policy allows the logs:UntagLogGroup action
│ 
│   with module.yourmodule.this[0],
│   on .terraform/modules/yourclusters/main.tf line 106, in resource "yourlogsgroup" "this":
│  106: resource "aws_cloudwatch_log_group" "this" {


See also

Advertising: