Replies: 1 comment 1 reply
-
@caiojra consegue postar seu código? Só pela mensagem de erro significa que o Terraform não tem permissão para criar o recurso utilizando as credenciais que foram passadas. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Olá boa noite,
estou seguindo o curso mas quando fui criar o Bucket pelo Terraform deu o seguinte erro:
`aws_s3_bucket.my-test-bucket: Creating...
Error: Error creating S3 bucket: AccessDenied: Access Denied
status code: 403, request id: WW4AS1JF2MR4YXY1, host id: hNcpGP7PU8c/jh6QIpgZOU/05Q2v1LnGkbtt9YMBy2Z5sxmMXxM3jd8dpOtfzSHVhIYh6uSUDBM=
on main.tf line 6, in resource "aws_s3_bucket" "my-test-bucket":
6: resource "aws_s3_bucket" "my-test-bucket" {`
Como devo proceder?
Beta Was this translation helpful? Give feedback.
All reactions