You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to onboard an AWS account using the dome9 terraform provider, when running 'terraform plan', no issues shown, but when running 'terraform apply', prompts with an error that ARN is not supported within the credentials block within the 'dome9_cloudaccount_aws'.
Terraform versions tested:
1.2.0
1.2.2
Provider versions tested:
1.26.0
1.25.4
The text was updated successfully, but these errors were encountered:
What was your error message looked like? I also had similar error when onboarding. Even I tested with cli 'aws sts assume-role --role-arn xxx ...' that showed my arn and external id and trust role all good.
│ Error: Unsupported argument
│
│ on cloudguard_aws_onboard.tf line 13, in resource "dome9_cloudaccount_aws" "insert_aws_account_name_here":
│ 13: ARN = "insert_arn_here"
│
│ An argument named "ARN" is not expected here.
When attempting to onboard an AWS account using the dome9 terraform provider, when running 'terraform plan', no issues shown, but when running 'terraform apply', prompts with an error that ARN is not supported within the credentials block within the 'dome9_cloudaccount_aws'.
Terraform versions tested:
1.2.0
1.2.2
Provider versions tested:
1.26.0
1.25.4
The text was updated successfully, but these errors were encountered: