QT-DevOps / DevOpsIssues

This Repo will be used to demonstrate the Skills & Questions in DevOps
Apache License 2.0
27 stars 131 forks source link

issue #1042

Open naresh0105 opened 1 year ago

naresh0105 commented 1 year ago

sir Iam facing the below issue Error: error configuring Terraform AWS Provider: error validating provider credentials: error calling sts:GetCallerIdentity: operation error STS: GetCallerIdentity, https response error StatusCode: 400, RequestID: edb7a6ac-502a-4fac-86c1-dc8c2a39daf0, api error IncompleteSignature: 'access' not a valid key=value pair (missing equal-sign) in Authorization header: 'AWS4-HMAC-SHA256 Credential=/20221027/ap-south-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=14113f5f756969bbce7d8130adbe522211bfabffa685b56a9600b4af5482798a'. │ │ with provider["registry.terraform.io/hashicorp/aws"], │ on main.tf line 3, in provider "aws": │ 3: provider "aws" {

naresh0105 commented 1 year ago

image

naresh0105 commented 1 year ago

can anyone help me on this issue pleasee

naresh0105 commented 1 year ago

sir while running terraform init, it is not downloading the .terraform file, for most of the codes

naresh0105 commented 1 year ago

image

naresh0105 commented 1 year ago

I am getting Git issue as well

gvharikrishna commented 1 year ago

image

You need to run git status command where the code is checkedin or developed. or if this is the first time you are running this command, ensure run git init to initialize the git on the current directory and execute the git status command

gvharikrishna commented 1 year ago

image

more logs please