cn-terraform / terraform-aws-ecs-fargate

AWS ECS Fargate Terraform Module
https://registry.terraform.io/modules/cn-terraform/ecs-fargate
Apache License 2.0
87 stars 57 forks source link

NoCredentialProviders: no valid providers in chain. Deprecated. #6

Closed ibuchh closed 4 years ago

ibuchh commented 5 years ago

I am trying to use your "jnonino/ecs-fargate/aws" module with all default settings but as I try terraform plan, I get the following error:

============

Error: error validating provider credentials: error calling sts:GetCallerIdentity: NoCredentialProviders: no valid providers in chain. Deprecated. For verbose messaging see aws.Config.CredentialsChainVerboseErrors

on .terraform/modules/networking/jnonino-terraform-aws-networking-5cb82ad/main.tf line 4, in provider "aws": 4: provider "aws" {

============= Can you help.

jnonino commented 4 years ago

Hi, how are you? Can you try with new version 2.0.8

Please close the issue if it works for you.