今天來跟大家介紹 GCP terraform 如何創建 cloud run
根據 google 文件可以查到基本用法
What is Cloud Run | Cloud Run Documentation | Google Cloud
而在 terraform 的文件可以查到能使用的參數(注意要用 v2 喔!)
clone 後進入專案該資料夾
💡 發布後要手動在 authentication 開啟無驗證, 才能從外網 access 喔, 可以在 GUI 查看詳情
創建用 make start
釋放資源用 make destroy