Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error deploying Terraform on AWS: error reading IAM Role (AWSServiceRoleForRedshift): NoSuchEntity #6

Open
sublimotion opened this issue Apr 25, 2022 · 0 comments

Comments

@sublimotion
Copy link

(base) [ec2-user@ip-10-0-0-231 infra]$ terraform plan -var="admin_password=Ray123"

│ Warning: Argument is deprecated

│ with aws_s3_bucket.feast_bucket,
│ on main.tf line 3, in resource "aws_s3_bucket" "feast_bucket":
│ 3: acl = "private"

│ Use the aws_s3_bucket_acl resource instead

│ (and 13 more similar warnings elsewhere)


│ Error: error reading IAM Role (AWSServiceRoleForRedshift): NoSuchEntity: The role with name AWSServiceRoleForRedshift cannot be found.
│ status code: 404, request id: 8cf1a79d-685a-4b24-89ff-60eb8387a255

│ with data.aws_iam_role.AWSServiceRoleForRedshift,
│ on main.tf line 44, in data "aws_iam_role" "AWSServiceRoleForRedshift":
│ 44: data "aws_iam_role" "AWSServiceRoleForRedshift" {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant