felipefrizzo / terraform-aws-transfer-server

Terraform module to create a aws transfer server (SFTP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: Resource xxxx-xxxx-xxxx must be in ARN format or “*”.

FREE-LSD opened this issue · comments

Hi @felipefrizzo this is really good, im looking to use it but, i've come across a problem regarding the s3.

Error: Error putting IAM role policy transfer-server-policy: MalformedPolicyDocument: Resource  must be in ARN format or "*".
        status code: 400, request id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx

  on ../../iam.tf line 53, in resource "aws_iam_role_policy" "transfer_server_policy":
  53: resource "aws_iam_role_policy" "transfer_server_policy" {

is this module related or user error?