Trying a DIGIT Quickstart deploy on AWS #887
Unanswered
subhavasan
asked this question in
Q&A
Replies: 1 comment 3 replies
-
AWS access is timebound, meaning your access token will expire in 4 hours. If you have configured the AWS profile with the session token earlier than 4 hours of time, update the new session token which you can get it from the same link. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following this doc for Digit Quickstart deploy on AWS --> https://docs.digit.org/v/v2.6/setup/quickstart/1.-infra-setup
Using the eGov AWS account to test this out. Followed all instructions as per documentation. Could not install terraform 0.14.10 because that specific version is unavailable for Mac M1. Installed latest terraform using home-brew:
brew install terraform
.Version installed was 1.2.
I am getting the following error when I run
terraform plan
:Beta Was this translation helpful? Give feedback.
All reactions