vmware-archive / terraforming-aws

Templates to deploy PCF and PKS
Apache License 2.0
64 stars 91 forks source link

PAS on AWS using tf: using Credentials.yml tf plan gives 403 #144

Open quixoticmonk opened 5 years ago

quixoticmonk commented 5 years ago

`$ ./terraform.exe plan Refreshing Terraform state in-memory prior to plan... The refreshed state will be used to calculate this plan, but will not be persisted to local or remote state storage.

Error: Error refreshing state: 1 error(s) occurred:

I was able to resolve it with the AWS credentials exported using the EXPORT command and removing the credentials.yml file. Is there a certain version of tf which is needed?