risingwavelabs / terraform-provider-risingwavecloud

Apache License 2.0
0 stars 0 forks source link

feat: script for fetching API key #30

Closed mikechesterwang closed 4 months ago

mikechesterwang commented 4 months ago

run the following command to get the API key

curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/risingwavelabs/terraform-provider-risingwavecloud/mike/add-get-key-script/scripts/get-key.py > ./get-key.py && python3 get-key.py && rm get-key.py