Skip to content

Commit

Permalink
Updated dynatrace_automation_workflow_aws_connections test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawa12 committed Jan 23, 2025
1 parent c9b8e35 commit f83944b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ resource "dynatrace_automation_workflow_aws_connections" "#name#" {
name = "#name#"
type = "webIdentity"
web_identity {
role_arn = "arn:aws:iam::helloworld:role.helloworld"
role_arn = "arn:aws:iam::123456789012:role/helloworld"
}
}

0 comments on commit f83944b

Please sign in to comment.