-
-
Save ylem/a3085c84a33dd68af5bc51909cceb20e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWS/Terraform tips | |
1: create a new API: | |
* Create policy | |
* Create role | |
* Create Lambda ( try to use ```terraform plan``` to create .zip file) | |
* Create APIGateway | |
Done | |
2: ERROR - Terraform: Error locking state: Error acquiring the state lock | |
Run ```terraform force-unlock <LOCK_ID>``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment