Hi,
I just built the aws provider basing on the instructions https://github.com/terraform-providers/terraform-provider-aws
How can I ensure that terraform init picks up the newly built binary instead of the main release?
terraform init outputs the following:
provider.aws: version = “~> 2.45”
Btw, the reason I am trying to use the latest from master is to attempt using aws amplify for React app deployment from github, which I understand is not part of the latest official aws provider release. Am I correct regarding the latter. Are there any examples I can observe that use aws amplify resources?
Thank you!
– Constantine.