This is my output after my: terraform apply.
Plan: 4 to add, 0 to change, 2 to destroy.
Changes to Outputs:
+ master_autoscaling_group_ids = [
+ (known after apply),
]
+ node_autoscaling_group_ids = [
+ (known after apply),
+ "nodes-us-east-1b.kops.****.site",
+ "nodes-us-east-1c.kops.****.site",
]
Error: Retrieving AWS account details: validating provider credentials: retrieving caller identity from STS: operation error STS: GetCallerIdentity, https response error StatusCode: 403, RequestID: a27d6e57-87fg-4ec4-b32a-fea3d3953977, api error SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
My kubernetes.tf file contains the same credentials with my user in aws.
Because I be a total newb in kubernetes I am not sure if I am supposed to enable something before terraform plan.
I’ ve been stuck for a while so I’d be grateful for any help i could get.
Cheers
New contributor
N3iko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.