ame24924
Results
1
comments of
ame24924
I run into the same problem in TFC. The cause is I used an IAM role as AWS provider. ```terraform provider "aws" { assume_role { role_arn = var.assume_role_arn } }...