【发布时间】:2020-01-11 22:01:55
【问题描述】:
我正在使用 terraform 和 kubectl 来部署基础架构和应用程序。
自从我更改了 aws configure :
terraform init
terraform apply
我总是得到:
terraform apply
Error: error validating provider credentials: error calling sts:GetCallerIdentity: InvalidClientTokenId: The security token included in the request is invalid.
status code: 403, request id: 5ba38c31-d39a-11e9-a642-21e0b5cf5c0e
on providers.tf line 1, in provider "aws":
1: provider "aws" {
你能建议吗?欣赏 !
【问题讨论】:
-
你应该分享你的 terraform 配置,或者至少是一个最小的例子,否则很难判断到底哪里出了问题。
标签: amazon-web-services kubernetes terraform kubectl amazon-eks