Created
November 8, 2023 20:27
-
-
Save cflove/c919505f0f8731dea0c7be61b510a496 to your computer and use it in GitHub Desktop.
This file contains 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
<cfexecute name="aws" arguments="configure set aws_access_key_id xxx"></cfexecute> | |
<cfexecute name="aws" arguments="configure set aws_secret_access_key xxx"></cfexecute> | |
<cfexecute name="aws" arguments="configure set region us-east-1"></cfexecute> | |
<cfexecute name="aws" arguments="configure set output json"></cfexecute> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment