S3 Backend NOT working with Terraform v0.13.3

Hello Terraform Masters,

TF version Terraform v0.13.3,

I able to to lunch the VPC, EC2, ELB etc… using the privilege’s user(admin)

But while running terraform with backend script to store the state file in AWS S3 getting below error.

Could you please some one help me to solve this issue.

backend.tf

terraform {
backend “s3” {
bucket = “terrafrom-state-us”
key = “US/PROD/Project-2/terraform.tfstate”
region = “us-east-1”
}
}

Error:

Error: Error loading state:
AccessDenied: Access Denied
status code: 403, request id: << XXXXXXX >> , host id: << XXXXXXX >>

Terraform failed to load the default state from the “s3” backend.
State migration cannot occur unless the state can be loaded. Backend
modification and state migration has been aborted. The state in both the
source and the destination remain unmodified. Please resolve the
above error and try again.